1
0
forked from VimPlug/jedi

Trying to get dyanmic params working.

This commit is contained in:
Dave Halter
2016-11-02 11:11:21 +01:00
parent aaaa3c24a5
commit cd874cb052
5 changed files with 71 additions and 70 deletions

View File

@@ -387,7 +387,7 @@ class Evaluator(object):
return new_types
@debug.increase_indent
def execute(self, obj, arguments=None):
def execute(self, obj, arguments):
if not isinstance(arguments, param.AbstractArguments):
raise NotImplementedError
arguments = param.Arguments(self, arguments)