forked from VimPlug/jedi
Move eval_element and eval_stmt to the syntax tree module.
This commit is contained in:
@@ -46,9 +46,6 @@ class Context(object):
|
||||
def eval_node(self, node):
|
||||
return self.evaluator.eval_element(self, node)
|
||||
|
||||
def eval_stmt(self, stmt, seek_name=None):
|
||||
return self.evaluator.eval_statement(self, stmt, seek_name)
|
||||
|
||||
@Python3Method
|
||||
def py__getattribute__(self, name_or_str, name_context=None, position=None,
|
||||
search_global=False, is_goto=False,
|
||||
|
||||
Reference in New Issue
Block a user