mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-17 13:59:37 +08:00
refactorings / added used_names to Module
This commit is contained in:
+1
-1
@@ -161,7 +161,7 @@ class ImportPath(object):
|
||||
else:
|
||||
f = builtin.Parser(name=path)
|
||||
|
||||
return f.parser.top, rest
|
||||
return f.parser.module, rest
|
||||
|
||||
|
||||
def strip_imports(scopes):
|
||||
|
||||
Reference in New Issue
Block a user