mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-20 19:01:15 +08:00
stdlib: Add many missing dunder overrides (#7231)
This commit is contained in:
@@ -83,6 +83,7 @@ class Binary:
|
||||
def __init__(self, data: bytes | None = ...) -> None: ...
|
||||
def decode(self, data: bytes) -> None: ...
|
||||
def encode(self, out: SupportsWrite[str]) -> None: ...
|
||||
def __eq__(self, other: object) -> bool: ...
|
||||
|
||||
def _binary(data: bytes) -> Binary: ... # undocumented
|
||||
|
||||
|
||||
Reference in New Issue
Block a user