1
0
forked from VimPlug/jedi

get_params -> get_executed_params where possible

This commit is contained in:
Dave Halter
2018-08-05 13:53:57 +02:00
parent 3d55b2d826
commit 1456a156a6
4 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class ExecutedParam(object):
return '<%s: %s>' % (self.__class__.__name__, self.string_name)
def get_params(execution_context, var_args):
def get_executed_params(execution_context, var_args):
result_params = []
param_dict = {}
funcdef = execution_context.tree_node