mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Remove un-needed __hash__ methods from stdlib (#8465)
This commit is contained in:
@@ -85,7 +85,6 @@ class TimerHandle(Handle):
|
||||
loop: AbstractEventLoop,
|
||||
context: Context | None = ...,
|
||||
) -> None: ...
|
||||
def __hash__(self) -> int: ...
|
||||
def when(self) -> float: ...
|
||||
def __lt__(self, other: TimerHandle) -> bool: ...
|
||||
def __le__(self, other: TimerHandle) -> bool: ...
|
||||
|
||||
Reference in New Issue
Block a user