Closed
Description
Similar to #1623, implemented types only show directly implemented types and don't currently take into account that indirectly implemented types may not be exposed.
from @natebosch:
Another place I notices is that Queue
doesn't show it implements Iterable
because of the not-exposed EfficientLengthIterable
class, but shows all the iterable methods as inherited.
Originally posted by @natebosch in #1623 (comment)