1
0
forked from VimPlug/jedi

Fix cases where dicts are passed to dicts and generics were not properly applied

This commit is contained in:
Dave Halter
2019-08-27 20:41:46 +02:00
parent 18ecb5a746
commit 066b189bfa
5 changed files with 22 additions and 14 deletions

View File

@@ -285,7 +285,6 @@ class FunctionExecutionContext(ValueContext, TreeContextMixin):
until_position=until_position,
origin_scope=origin_scope)
@inference_state_method_cache()
def get_executed_param_names_and_issues(self):
return self.var_args.get_executed_param_names_and_issues(self)