mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-17 13:59:45 +08:00
A new shade of Black (#11362)
This commit is contained in:
@@ -54,6 +54,7 @@ class Events(Generic[_T, _AbstractListener_T]):
|
||||
|
||||
class Event:
|
||||
def __eq__(self, other: object) -> bool: ...
|
||||
|
||||
_event_queue: Queue[_T] # undocumented
|
||||
_sentinel: object # undocumented
|
||||
_listener: _AbstractListener_T # undocumented
|
||||
|
||||
Reference in New Issue
Block a user