-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work ontype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
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)
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work ontype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)