forked from VimPlug/jedi
fix test case for python3.3
This commit is contained in:
@@ -494,7 +494,7 @@ class Script(object):
|
||||
origins = cache.cache_call_signatures(_callable, user_stmt)
|
||||
debug.speed('func_call followed')
|
||||
|
||||
return [classes.CallSignature(self._evaluator, o, index, call) for o in origins
|
||||
return [classes.CallSignature(self._evaluator, o, call, index) for o in origins
|
||||
if o.isinstance(er.Function, er.Instance, er.Class)
|
||||
or isinstance(o, compiled.CompiledObject) and o.type() != 'module']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user