mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Delete many redundant method redefinitions (#6877)
This commit is contained in:
@@ -32,7 +32,6 @@ class Token:
|
||||
address: tuple[str | bytes, int]
|
||||
id: str | bytes | int | None
|
||||
def __init__(self, typeid: bytes | str | None, address: tuple[str | bytes, int], id: str | bytes | int | None) -> None: ...
|
||||
def __repr__(self) -> str: ...
|
||||
def __getstate__(self) -> tuple[str | bytes | None, tuple[str | bytes, int], str | bytes | int | None]: ...
|
||||
def __setstate__(self, state: tuple[str | bytes | None, tuple[str | bytes, int], str | bytes | int | None]) -> None: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user