forked from VimPlug/jedi
Add is_compiled and a few other things to be more compatible with the new way of handling stubs
This commit is contained in:
@@ -99,6 +99,9 @@ class CompiledObject(Context):
|
||||
def is_class(self):
|
||||
return self.access_handle.is_class()
|
||||
|
||||
def is_compiled(self):
|
||||
return True
|
||||
|
||||
def py__doc__(self, include_call_signature=False):
|
||||
return self.access_handle.py__doc__()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user