forked from VimPlug/jedi
get_params -> get_executed_params where possible
This commit is contained in:
@@ -247,4 +247,4 @@ class FunctionExecutionContext(TreeContext):
|
||||
|
||||
@evaluator_method_cache()
|
||||
def get_params(self):
|
||||
return self.var_args.get_params(self)
|
||||
return self.var_args.get_executed_params(self)
|
||||
|
||||
Reference in New Issue
Block a user