forked from VimPlug/jedi
Get rid of get_parent_until.
This commit is contained in:
@@ -669,7 +669,7 @@ class CallSignature(Definition):
|
||||
Use :attr:`.module_name` for the module name.
|
||||
.. todo:: Remove!
|
||||
"""
|
||||
return self._executable.get_parent_until()
|
||||
return self._executable.get_root_node()
|
||||
|
||||
def __repr__(self):
|
||||
return '<%s: %s index %s>' % \
|
||||
|
||||
Reference in New Issue
Block a user