forked from VimPlug/jedi
add parsing tests for name/call positions
This commit is contained in:
@@ -189,7 +189,6 @@ class Script(object):
|
||||
completions.append((c, s))
|
||||
return completions
|
||||
|
||||
|
||||
def _prepare_goto(self, goto_path, is_like_search=False):
|
||||
"""
|
||||
Base for completions/goto. Basically it returns the resolved scopes
|
||||
|
||||
Reference in New Issue
Block a user