Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ value
Method
value
tornado/test/web_test.py:2078–2079 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2076
self.render(
"foo.html"
)
2077
2078
def
value(self):
2079
return
self.get_argument(
"value"
)
2080
2081
def
get_app_kwargs(self):
2082
def
my_ui_method(handler, x):
Callers
2
my_ui_method
Method · 0.45
render
Method · 0.45
Calls
1
get_argument
Method · 0.80
Tested by
no test coverage detected