Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ get
Method
get
tornado/test/web_test.py:2075–2076 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2073
2074
class
Handler(RequestHandler):
2075
def
get(self):
2076
self.render(
"foo.html"
)
2077
2078
def
value(self):
2079
return
self.get_argument(
"value"
)
Callers
nothing calls this directly
Calls
1
render
Method · 0.45
Tested by
no test coverage detected