Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ new_loop
Method
new_loop
Lib/test/test_asyncio/test_ssl.py:185–186 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
183
self.fail(ex)
184
185
def
new_loop(self):
186
return
asyncio.new_event_loop()
187
188
def
new_policy(self):
189
return
asyncio.DefaultEventLoopPolicy()
Callers
nothing calls this directly
Calls
1
new_event_loop
Method · 0.45
Tested by
no test coverage detected