forked from VimPlug/jedi
Fix parameter issues in functions that are defined on self.
This commit is contained in:
@@ -108,6 +108,7 @@ class CompiledObject(Context):
|
||||
|
||||
return _parse_function_doc(self.doc)
|
||||
|
||||
@property
|
||||
def api_type(self):
|
||||
obj = self.obj
|
||||
if inspect.isclass(obj):
|
||||
|
||||
Reference in New Issue
Block a user