forked from VimPlug/jedi
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