mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Remove un-needed __hash__ methods from stdlib (#8465)
This commit is contained in:
@@ -420,7 +420,6 @@ class Row:
|
||||
def __getitem__(self, __index: int | str) -> Any: ...
|
||||
@overload
|
||||
def __getitem__(self, __index: slice) -> tuple[Any, ...]: ...
|
||||
def __hash__(self) -> int: ...
|
||||
def __iter__(self) -> Iterator[Any]: ...
|
||||
def __len__(self) -> int: ...
|
||||
# These return NotImplemented for anything that is not a Row.
|
||||
|
||||
Reference in New Issue
Block a user