mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-30 17:45:22 +08:00
Remove the unused function get_node
This commit is contained in:
@@ -37,9 +37,6 @@ class MixedModuleContext(Context):
|
||||
)
|
||||
self.tree_node = tree_module
|
||||
|
||||
def get_node(self):
|
||||
return self.tree_node
|
||||
|
||||
def get_filters(self, *args, **kwargs):
|
||||
for filter in self._module_context.get_filters(*args, **kwargs):
|
||||
yield filter
|
||||
|
||||
Reference in New Issue
Block a user