forked from VimPlug/jedi
Start implementing get_signatures
This commit is contained in:
@@ -131,6 +131,9 @@ class Context(HelperContextMixin, BaseContext):
|
||||
)
|
||||
return NO_CONTEXTS
|
||||
|
||||
def get_signatures(self):
|
||||
return []
|
||||
|
||||
def is_class(self):
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user