mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Add __hash__ for a bunch of types that set it to None (#13286)
This commit is contained in:
@@ -31,7 +31,7 @@ class StyleArray(array[int]):
|
||||
xfId: ArrayDescriptor[int]
|
||||
def __new__(cls, args: bytes | bytearray | Iterable[int] = [0, 0, 0, 0, 0, 0, 0, 0, 0]) -> Self: ...
|
||||
def __init__(self, args: bytes | bytearray | Iterable[int] = [0, 0, 0, 0, 0, 0, 0, 0, 0]) -> None: ...
|
||||
def __hash__(self) -> int: ...
|
||||
def __hash__(self) -> int: ... # type: ignore[override]
|
||||
def __copy__(self) -> StyleArray: ...
|
||||
def __deepcopy__(self, memo: Unused) -> StyleArray: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user