MCPcopy Create free account
hub / github.com/EasyIME/PIME / get_loop

Method get_loop

python/python3/tornado/testing.py:232–233  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

230 self.should_close_asyncio_loop = True
231
232 async def get_loop() -> IOLoop:
233 return self.get_new_ioloop()
234
235 self.io_loop = self.asyncio_loop.run_until_complete(get_loop())
236 with warnings.catch_warnings():

Callers

nothing calls this directly

Calls 1

get_new_ioloopMethod · 0.95

Tested by

no test coverage detected