MCPcopy Index your code
hub / github.com/RustPython/RustPython / new_loop

Method new_loop

Lib/test/test_asyncio/test_ssl.py:184–185  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

182 self.fail(ex)
183
184 def new_loop(self):
185 return asyncio.new_event_loop()
186
187 def new_policy(self):
188 return asyncio.DefaultEventLoopPolicy()

Callers

nothing calls this directly

Calls 1

new_event_loopMethod · 0.45

Tested by

no test coverage detected