-
-
Notifications
You must be signed in to change notification settings - Fork 33k
Closed
Labels
Description
There are multiple issues right now:
Mapping
hasMapping(Sized, Collection[KT], Generic[VT_co])
which is not correct. Typeshed's definition:class Mapping(Collection[_KT], Generic[_KT, _VT_co]):
. Here we have extraSized
and wrongGeneric
base class with only one type argument- There's also
AbstractSet(Sized, Collection[T_co])
, which has extraSized
.Collection
is alwaysSized