mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
temporary commit: function behaviour changes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user