mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-17 03:44:12 +08:00
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