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 9f8f621 commit 21c829fCopy full SHA for 21c829f
stdlib/asyncio/__init__.pyi
@@ -41,6 +41,7 @@ if sys.platform == "win32":
41
"Server", # from base_events
42
"iscoroutinefunction", # from coroutines
43
"iscoroutine", # from coroutines
44
+ "AbstractEventLoopPolicy", # from events
45
"AbstractEventLoop", # from events
46
"AbstractServer", # from events
47
"Handle", # from events
@@ -131,8 +132,11 @@ if sys.platform == "win32":
131
132
"SelectorEventLoop", # from windows_events
133
"ProactorEventLoop", # from windows_events
134
"IocpProactor", # from windows_events
135
+ "DefaultEventLoopPolicy", # from windows_events
136
"_DefaultEventLoopPolicy", # from windows_events
137
+ "WindowsSelectorEventLoopPolicy", # from windows_events
138
"_WindowsSelectorEventLoopPolicy", # from windows_events
139
+ "WindowsProactorEventLoopPolicy", # from windows_events
140
"_WindowsProactorEventLoopPolicy", # from windows_events
141
"EventLoop", # from windows_events
142
)
0 commit comments