mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-05 08:34:16 +08:00
Remove code that was scheduled for removal.
This commit is contained in:
@@ -418,10 +418,6 @@ class Evaluator(object):
|
|||||||
|
|
||||||
@debug.increase_indent
|
@debug.increase_indent
|
||||||
def execute(self, obj, arguments):
|
def execute(self, obj, arguments):
|
||||||
if not isinstance(arguments, param.AbstractArguments):
|
|
||||||
raise NotImplementedError
|
|
||||||
arguments = param.Arguments(self, arguments)
|
|
||||||
|
|
||||||
if self.is_analysis:
|
if self.is_analysis:
|
||||||
arguments.eval_all()
|
arguments.eval_all()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user