forked from VimPlug/jedi
Added a grammar param to the parser.
This commit is contained in:
@@ -174,7 +174,7 @@ def search_params(evaluator, param):
|
||||
try:
|
||||
result = []
|
||||
# This is like backtracking: Get the first possible result.
|
||||
for mod in imports.get_modules_containing_name([current_module], func_name):
|
||||
for mod in imports.get_modules_containing_name(evaluator, [current_module], func_name):
|
||||
result = get_params_for_module(mod)
|
||||
if result:
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user