Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ get
Method
get
tornado/test/web_test.py:716–717 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
714
715
class
LinkifyHandler(RequestHandler):
716
def
get(self):
717
self.render(
"linkify.html"
, message=
"http://example.com"
)
718
719
720
class
UIModuleResourceHandler(RequestHandler):
Callers
nothing calls this directly
Calls
1
render
Method · 0.45
Tested by
no test coverage detected