lo and behold - reversed is implemented - the force is strong with this one. fixes #24

This commit is contained in:
Dave Halter
2014-03-11 11:04:00 +01:00
parent 6c5e91da69
commit db1b73d423
6 changed files with 34 additions and 9 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ class NameFinder(object):
# this means that there are no default params,
# so just ignore it.
return res_new
return set(res_new) | evaluator.eval_statement(r, seek_name=self.name_str)
return res_new + evaluator.eval_statement(r, seek_name=self.name_str)
def _handle_for_loops(self, loop):
# Take the first statement (for has always only