mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Fixes asyncio.events definition (#6811)
This commit is contained in:
@@ -24,7 +24,7 @@ _SSLContext = Union[bool, None, ssl.SSLContext]
|
||||
_TransProtPair = tuple[BaseTransport, BaseProtocol]
|
||||
|
||||
class Handle:
|
||||
_cancelled = False
|
||||
_cancelled: bool
|
||||
_args: Sequence[Any]
|
||||
if sys.version_info >= (3, 7):
|
||||
def __init__(
|
||||
|
||||
Reference in New Issue
Block a user