forked from VimPlug/jedi
docstring working for local definitions as well
This commit is contained in:
@@ -87,7 +87,7 @@ class NameFinder(object):
|
||||
break
|
||||
|
||||
if not result and isinstance(self.scope, er.Instance):
|
||||
# __getattr__ / __getattribute__
|
||||
# handling __getattr__ / __getattribute__
|
||||
for r in self._check_getattr(self.scope):
|
||||
if not isinstance(r, compiled.CompiledObject):
|
||||
new_name = copy.copy(r.name)
|
||||
|
||||
Reference in New Issue
Block a user