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

@@ -37,7 +37,7 @@ class StubModuleValue(ModuleValue):
def _get_stub_filters(self, origin_scope):
return [StubFilter(
context=self.as_context(),
parent_context=self.as_context(),
origin_scope=origin_scope
)] + list(self.iter_star_filters())