mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
Remove unused code
This commit is contained in:
@@ -33,10 +33,6 @@ class StubModuleValue(ModuleValue):
|
|||||||
names.update(super(StubModuleValue, self).sub_modules_dict())
|
names.update(super(StubModuleValue, self).sub_modules_dict())
|
||||||
return names
|
return names
|
||||||
|
|
||||||
def _get_first_non_stub_filters(self):
|
|
||||||
for value in self.non_stub_value_set:
|
|
||||||
yield next(value.get_filters())
|
|
||||||
|
|
||||||
def _get_stub_filters(self, origin_scope):
|
def _get_stub_filters(self, origin_scope):
|
||||||
return [StubFilter(
|
return [StubFilter(
|
||||||
parent_context=self.as_context(),
|
parent_context=self.as_context(),
|
||||||
|
|||||||
Reference in New Issue
Block a user