Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
685
class
NativeCoroutineHandler(RequestHandler):
686
async
def
get(self):
687
await asyncio.sleep(0)
688
self.write(
"ok"
)
689
690
691
class
GenWebTest(AsyncHTTPTestCase):
Callers
4
inner
Method · 0.45
gen_inner
Method · 0.45
thread_inner
Method · 0.45
native_async_function
Method · 0.45
Calls
1
write
Method · 0.45
Tested by
no test coverage detected