1
0
forked from VimPlug/jedi

Try to change the module cache

This commit is contained in:
Dave Halter
2018-09-02 13:06:36 +02:00
parent ecda9cc746
commit e3203ebaa5
9 changed files with 48 additions and 53 deletions

View File

@@ -203,6 +203,7 @@ def _create(evaluator, access_handle, parent_context, *args):
if parent_context.tree_node.get_root_node() == module_node:
module_context = parent_context.get_root_context()
else:
raise NotImplementedError('module misses string_names arg')
module_context = ModuleContext(
evaluator, module_node,
path=path,