mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-21 14:58:29 +08:00
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