1
0
forked from VimPlug/jedi

change some definition usages to goto_definitions in tests and docs

This commit is contained in:
David Halter
2013-05-03 21:35:01 +04:30
parent 7c8fee1257
commit 4d0417f591
4 changed files with 31 additions and 29 deletions

View File

@@ -168,8 +168,10 @@ class Script(object):
x.name.lower()))
def _prepare_goto(self, goto_path, is_like_search=False):
""" Base for completions, goto and definition. Basically it returns
the resolved scopes under cursor. """
"""
Base for completions/goto. Basically it returns the resolved scopes
under cursor.
"""
debug.dbg('start: %s in %s' % (goto_path, self._parser.user_scope))
user_stmt = self._parser.user_stmt