MCPcopy
hub / github.com/tornadoweb/tornado / f

Method f

tornado/test/process_test.py:81–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 self.assertEqual(id, task_id())
80
81 async def f():
82 server = HTTPServer(self.get_app())
83 server.add_sockets([sock])
84 await asyncio.Event().wait()
85
86 asyncio.run(f())
87 elif id == 2:

Callers

nothing calls this directly

Calls 4

get_appMethod · 0.95
HTTPServerClass · 0.90
add_socketsMethod · 0.80
waitMethod · 0.45

Tested by

no test coverage detected