forked from VimPlug/jedi
builtin functions didn't have a self attribute until now
This commit is contained in:
@@ -281,6 +281,8 @@ class Parser(CachedModule):
|
||||
# functions
|
||||
for name, func in funcs.items():
|
||||
params, ret = parse_function_doc(func)
|
||||
if depth > 0:
|
||||
params = 'self, ' + params
|
||||
doc_str = get_doc(func, indent=True)
|
||||
try:
|
||||
mixin = mixin_funcs[name]
|
||||
|
||||
Reference in New Issue
Block a user