Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ get
Method
get
tornado/test/routing_test.py:64–68 ·
view source on GitHub ↗
(self, path)
Source
from the content-addressed store, hash-verified
62
63
class
GetResource(RequestHandler):
64
def
get(self, path):
65
if
path not in resources:
66
raise
HTTPError(404)
67
68
self.finish(resources[path])
69
70
71
class
PostResource(RequestHandler):
Callers
nothing calls this directly
Calls
2
HTTPError
Class · 0.90
finish
Method · 0.45
Tested by
no test coverage detected