1
0
forked from VimPlug/jedi

Remove the unused function get_node

This commit is contained in:
Dave Halter
2019-06-03 20:33:03 +02:00
parent bade4e661f
commit 586354b571
3 changed files with 0 additions and 7 deletions

View File

@@ -100,9 +100,6 @@ class CompForContext(TreeContext):
def from_comp_for(cls, parent_context, comp_for):
return cls(parent_context.evaluator, parent_context, comp_for)
def get_node(self):
return self.tree_node
def get_filters(self, search_global=False, until_position=None, origin_scope=None):
yield ParserTreeFilter(self.evaluator, self)