mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-01 17:13:24 +08:00
Remove un-needed __hash__ methods from stdlib (#8465)
This commit is contained in:
@@ -31,7 +31,6 @@ class _IPAddressBase:
|
||||
class _BaseAddress(_IPAddressBase, SupportsInt):
|
||||
def __init__(self, address: object) -> None: ...
|
||||
def __add__(self: Self, other: int) -> Self: ...
|
||||
def __hash__(self) -> int: ...
|
||||
def __int__(self) -> int: ...
|
||||
def __sub__(self: Self, other: int) -> Self: ...
|
||||
def __format__(self, fmt: str) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user