mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Add asyncio.proactor_events.__all__ (#7270)
This commit is contained in:
@@ -5,6 +5,11 @@ from typing_extensions import Literal
|
||||
|
||||
from . import base_events, constants, events, futures, streams, transports
|
||||
|
||||
if sys.version_info >= (3, 7):
|
||||
__all__ = ("BaseProactorEventLoop",)
|
||||
else:
|
||||
__all__ = ["BaseProactorEventLoop"]
|
||||
|
||||
if sys.version_info >= (3, 8):
|
||||
class _WarnCallbackProtocol(Protocol):
|
||||
def __call__(
|
||||
|
||||
Reference in New Issue
Block a user