forked from VimPlug/jedi
Move the normal anonymous arguments case over to names
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user