1
0
forked from VimPlug/jedi

Remove get_executed_param_names_and_issues from FunctionExecution

This commit is contained in:
Dave Halter
2019-09-03 00:30:22 +02:00
parent 7ad7d22fb0
commit fe8a605d4a
3 changed files with 19 additions and 18 deletions

View File

@@ -285,9 +285,6 @@ class FunctionExecutionContext(ValueContext, TreeContextMixin):
arguments=self._arguments
)
def get_executed_param_names_and_issues(self):
return self._arguments.get_executed_param_names_and_issues(self._value)
def infer(self):
"""
Created to be used by inheritance.