mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-07 08:01:52 +08:00
in the process...
This commit is contained in:
@@ -411,6 +411,7 @@ class Evaluator(object):
|
||||
debug.warning("no __call__ func available", obj)
|
||||
else:
|
||||
debug.warning("no execution possible", obj)
|
||||
raise NotImplementedError()
|
||||
else:
|
||||
stmts = er.FunctionExecution(self, obj, params).get_return_types(evaluate_generator)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user