forked from VimPlug/jedi
Fix issue with mixed objects, fixes #1480
This commit is contained in:
@@ -95,6 +95,9 @@ class CompiledObject(Value):
|
||||
def is_class(self):
|
||||
return self.access_handle.is_class()
|
||||
|
||||
def is_function(self):
|
||||
return self.access_handle.is_function()
|
||||
|
||||
def is_module(self):
|
||||
return self.access_handle.is_module()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user