1
0
forked from VimPlug/jedi

Actually use the stub files

This commit is contained in:
Dave Halter
2018-08-06 23:14:58 +02:00
parent 97c9aca245
commit 62a941f233
2 changed files with 5 additions and 4 deletions

View File

@@ -290,5 +290,5 @@ class ClassStubContext(_StubContextFilterMixin, ClassContext):
class FunctionStubContext(_MixedStubContextMixin, FunctionContext):
def py__call__(self, arguments):
return self.stub_context.py__call__(arguments)
def get_function_execution(self, arguments):
return self.stub_context.get_function_execution(arguments)