forked from VimPlug/jedi
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