stub_only -> stub

This commit is contained in:
Dave Halter
2019-05-05 20:47:23 +02:00
parent 7c385f72a1
commit b7c866f5e4
2 changed files with 6 additions and 6 deletions

View File

@@ -515,7 +515,7 @@ class AbstractAnnotatedClass(ClassMixin, ContextWrapper):
)
return filter_
# XXX
return cls.stub_context.get_stub_only_filter(
return cls.stub_context.get_stub_filter(
# Take the first filter, which is here to filter module contents
# and wrap it.
self.parent_context,