forked from VimPlug/jedi
integrate memoize caches into evaluator
This commit is contained in:
@@ -200,7 +200,7 @@ class ImportPath(pr.Base):
|
||||
return []
|
||||
|
||||
scopes = [scope]
|
||||
scopes += remove_star_imports(scope)
|
||||
scopes += remove_star_imports(self._evaluator, scope)
|
||||
|
||||
# follow the rest of the import (not FS -> classes, functions)
|
||||
if len(rest) > 1 or rest and self.is_like_search:
|
||||
|
||||
Reference in New Issue
Block a user