temporary commit: function behaviour changes

This commit is contained in:
David Halter
2012-05-21 17:42:46 +02:00
parent fd1246818a
commit 1ee26a09c6
5 changed files with 316 additions and 243 deletions

View File

@@ -312,7 +312,6 @@ class Function(Scope):
self.decorators = []
# helper variable for the evaluator, maybe remove this, when
# evaluate.py is rewritten, fully functional.
self.is_decorated = False
self.returns = []
self.is_generator = False