forked from VimPlug/jedi
Trying to use prefer type annotations if they are available
This commit is contained in:
@@ -290,4 +290,5 @@ class ClassStubContext(_StubContextFilterMixin, ClassContext):
|
||||
|
||||
|
||||
class FunctionStubContext(_MixedStubContextMixin, FunctionContext):
|
||||
pass
|
||||
def py__call__(self, arguments):
|
||||
return self.stub_context.py__call__(arguments)
|
||||
|
||||
Reference in New Issue
Block a user