mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-30 19:45:23 +08:00
Python3Method is not needed anymore in the parser.
This commit is contained in:
@@ -39,7 +39,6 @@ class Context(object):
|
||||
def eval_stmt(self, stmt, seek_name=None):
|
||||
return self.evaluator.eval_statement(self, stmt, seek_name)
|
||||
|
||||
@Python3Method
|
||||
def eval_trailer(self, types, trailer):
|
||||
return self.evaluator.eval_trailer(self, types, trailer)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user