forked from VimPlug/jedi
execute_evaluated -> execute_with_values
This commit is contained in:
@@ -107,7 +107,7 @@ class AbstractInstanceContext(Context):
|
||||
|
||||
def execute_function_slots(self, names, *evaluated_args):
|
||||
return ContextSet.from_sets(
|
||||
name.infer().execute_evaluated(*evaluated_args)
|
||||
name.infer().execute_with_values(*evaluated_args)
|
||||
for name in names
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user