mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-10 18:36:31 +08:00
Add @disjoint_base decorator in the stdlib (#14599)
And fix some other new stubtest finds.
This commit is contained in:
@@ -726,6 +726,7 @@ class MutableSet(AbstractSet[_T]):
|
||||
def __isub__(self, it: AbstractSet[Any]) -> typing_extensions.Self: ...
|
||||
|
||||
class MappingView(Sized):
|
||||
__slots__ = ("_mapping",)
|
||||
def __init__(self, mapping: Sized) -> None: ... # undocumented
|
||||
def __len__(self) -> int: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user