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

Method get

python/python3/tornado/test/gen_test.py:691–693  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

689
690class NativeCoroutineHandler(RequestHandler):
691 async def get(self):
692 await asyncio.sleep(0)
693 self.write("ok")
694
695
696class GenWebTest(AsyncHTTPTestCase):

Callers 3

innerMethod · 0.45
gen_innerMethod · 0.45
thread_innerMethod · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected