Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ get
Method
get
tornado/test/curl_httpclient_test.py:77–78 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
75
76
class
CustomFailReasonHandler(RequestHandler):
77
def
get(self):
78
self.set_status(400,
"Custom reason"
)
79
80
81
@unittest.skipIf(pycurl is None,
"pycurl module not present"
)
Callers
nothing calls this directly
Calls
1
set_status
Method · 0.80
Tested by
no test coverage detected