1
0
forked from VimPlug/jedi

Fix the remaining lambda issue.

This commit is contained in:
Dave Halter
2017-04-11 18:18:31 +02:00
parent 5cd26615e8
commit afa6427861
2 changed files with 2 additions and 1 deletions

View File

@@ -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