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

Method f

python/python3/tornado/test/process_test.py:82–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80 self.assertEqual(id, task_id())
81
82 async def f():
83 server = HTTPServer(self.get_app())
84 server.add_sockets([sock])
85 await asyncio.Event().wait()
86
87 asyncio.run(f())
88 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