We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603458b commit cd5cd12Copy full SHA for cd5cd12
stdlib/3/asyncio/__init__.pyi
@@ -94,6 +94,7 @@ else:
94
open_unix_connection as open_unix_connection,
95
start_unix_server as start_unix_server,
96
)
97
+ DefaultEventLoopPolicy: Type[AbstractEventLoopPolicy]
98
99
if sys.version_info >= (3, 7):
100
from asyncio.events import (
@@ -113,7 +114,6 @@ if sys.version_info >= (3, 7):
113
114
# currently disallows this.
115
# See https://github.com/python/mypy/issues/1843
116
SelectorEventLoop: Type[AbstractEventLoop]
-DefaultEventLoopPolicy: Type[AbstractEventLoopPolicy]
117
118
# TODO: AbstractChildWatcher (UNIX only)
119
0 commit comments