1
0
forked from VimPlug/jedi

Goto definitions goto stubs now have a proper implementation

This commit is contained in:
Dave Halter
2019-04-03 00:27:03 +02:00
parent 7c56052d58
commit fa17681cf6
11 changed files with 150 additions and 54 deletions
+1 -1
View File
@@ -438,7 +438,7 @@ class JediImportError(Exception):
@import_module_decorator
def import_module(evaluator, import_names, parent_module_context, sys_path):
def import_module(evaluator, import_names, parent_module_context, sys_path, load_stub=True):
"""
This method is very similar to importlib's `_gcd_import`.
"""