mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Collection is Sized (#8977)
This commit is contained in:
@@ -805,7 +805,7 @@ class bytearray(MutableSequence[int], ByteString):
|
||||
def __alloc__(self) -> int: ...
|
||||
|
||||
@final
|
||||
class memoryview(Sized, Sequence[int]):
|
||||
class memoryview(Sequence[int]):
|
||||
@property
|
||||
def format(self) -> str: ...
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user