1
0
forked from VimPlug/jedi

Move the normal anonymous arguments case over to names

This commit is contained in:
Dave Halter
2019-09-03 01:28:54 +02:00
parent 33586deef1
commit 1495a0ec4c
3 changed files with 8 additions and 6 deletions

View File

@@ -86,8 +86,6 @@ class FunctionMixin(object):
return function_execution.infer()
def _as_context(self, arguments=None):
if arguments is None:
arguments = AnonymousArguments()
return FunctionExecutionContext(self, arguments)
def get_signatures(self):