1
0
forked from VimPlug/jedi

Rename the filter context argument to parent_context

This commit is contained in:
Dave Halter
2019-08-22 10:06:09 +02:00
parent 4e260cdadb
commit b97237f264
7 changed files with 22 additions and 22 deletions

View File

@@ -98,7 +98,7 @@ class ModuleMixin(SubModuleDictMixin):
def get_filters(self, origin_scope=None):
yield MergedFilter(
ParserTreeFilter(
context=self.as_context(),
parent_context=self.as_context(),
origin_scope=origin_scope
),
GlobalNameFilter(self, self.tree_node),