1
0
forked from VimPlug/jedi

Python3Method is not needed anymore in the parser.

This commit is contained in:
Dave Halter
2017-04-15 01:53:58 +02:00
parent 4bd3c91622
commit 1cfe5c2945
2 changed files with 1 additions and 6 deletions

View File

@@ -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)