Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ get
Method
get
tornado/test/web_test.py:721–722 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
719
720
class
UIModuleResourceHandler(RequestHandler):
721
def
get(self):
722
self.render(
"page.html"
, entries=[1, 2])
723
724
725
class
OptionalPathHandler(RequestHandler):
Callers
nothing calls this directly
Calls
1
render
Method · 0.45
Tested by
no test coverage detected