1
0
forked from VimPlug/jedi

basic functionality of vim-jedi goto plugin

This commit is contained in:
David Halter
2012-07-28 13:17:08 +02:00
parent e539dc4dff
commit a8908ea01a
2 changed files with 24 additions and 9 deletions

View File

@@ -134,6 +134,7 @@ class ImportPath(object):
return f.parser.top, rest
ImportPath2 = ImportPath
def strip_imports(scopes):
"""
Here we strip the imports - they don't get resolved necessarily.
@@ -152,6 +153,7 @@ def strip_imports(scopes):
result.append(s)
return result
def remove_star_imports(scope):
"""
"""