1
0
forked from VimPlug/jedi

Ignore stdlib paths for dynamic param inference.

This commit is contained in:
Dave Halter
2017-09-07 00:09:14 +02:00
parent 8d06e9f9c9
commit d2b4e0511f
5 changed files with 29 additions and 2 deletions

View File

@@ -206,7 +206,7 @@ class CompiledObject(Context):
# Get rid of side effects, we won't call custom `__getitem__`s.
return
for part in self.obj:
for i, part in enumerate(self.obj):
yield LazyKnownContext(create(self.evaluator, part))
def py__name__(self):