forked from VimPlug/jedi
search_params -> search_param_names
This commit is contained in:
@@ -54,7 +54,7 @@ class DynamicExecutedParams(object):
|
||||
|
||||
|
||||
@debug.increase_indent
|
||||
def search_params(inference_state, execution_context, funcdef):
|
||||
def search_param_names(inference_state, execution_context, funcdef):
|
||||
"""
|
||||
A dynamic search for param values. If you try to complete a type:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user