1
0
forked from VimPlug/jedi

follow_call -> eval_call

This commit is contained in:
Dave Halter
2013-12-27 11:58:54 +01:00
parent eb30c3e6cf
commit 76eec7bfc5
3 changed files with 8 additions and 8 deletions

View File

@@ -515,7 +515,7 @@ class Script(object):
user_stmt = self._user_stmt()
with common.scale_speed_settings(settings.scale_call_signatures):
_callable = lambda: self._evaluator.follow_call(call)
_callable = lambda: self._evaluator.eval_call(call)
origins = cache.cache_call_signatures(_callable, user_stmt)
debug.speed('func_call followed')