Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ get
Method
get
tornado/test/routing_test.py:250–251 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
248
249
class
Handler(RequestHandler):
250
def
get(self, *args, **kwargs):
251
self.finish(self.reverse_url(
"tornado"
))
252
253
return
RuleRouter(
254
[
Callers
nothing calls this directly
Calls
2
finish
Method · 0.45
reverse_url
Method · 0.45
Tested by
no test coverage detected