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

Method get

tornado/test/gen_test.py:686–688  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

684
685class NativeCoroutineHandler(RequestHandler):
686 async def get(self):
687 await asyncio.sleep(0)
688 self.write("ok")
689
690
691class GenWebTest(AsyncHTTPTestCase):

Callers 4

innerMethod · 0.45
gen_innerMethod · 0.45
thread_innerMethod · 0.45
native_async_functionMethod · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected