forked from VimPlug/jedi
Fix the remaining lambda issue.
This commit is contained in:
@@ -655,6 +655,7 @@ class Lambda(Function):
|
||||
return self.children[1:-2]
|
||||
|
||||
def is_generator(self):
|
||||
# TODO this is actually not 100% true.
|
||||
return False
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user