Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ get
Method
get
maint/test/redbot/red_test.py:16–17 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
14
15
class
HelloHandler(RequestHandler):
16
def
get(self):
17
self.write(
"Hello world"
)
18
19
20
class
RedirectHandler(RequestHandler):
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected