1
0
forked from VimPlug/jedi

Get some first stubs working

This commit is contained in:
Dave Halter
2018-07-25 23:48:53 +02:00
parent 6bcac44050
commit e827559340
4 changed files with 26 additions and 24 deletions

View File

@@ -63,7 +63,7 @@ class AbstractInstanceContext(Context):
raise AttributeError
def execute(arguments):
return ContextSet.from_sets(name.execute(arguments) for name in names)
return ContextSet.from_sets(name.infer().execute(arguments) for name in names)
return execute