mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
@@ -460,3 +460,5 @@ if sys.version_info >= (3, 11):
|
||||
def __len__(self) -> int: ...
|
||||
def __enter__(self: Self) -> Self: ...
|
||||
def __exit__(self, __typ: object, __val: object, __tb: object) -> Literal[False]: ...
|
||||
def __getitem__(self, __item: SupportsIndex | slice) -> bytes: ...
|
||||
def __setitem__(self, __item: SupportsIndex | slice, __value: ReadableBuffer) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user