Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ get
Method
get
python/python3/tornado/test/curl_httpclient_test.py:74–75 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
72
73
class
CustomReasonHandler(RequestHandler):
74
def
get(self):
75
self.set_status(200,
"Custom reason"
)
76
77
78
class
CustomFailReasonHandler(RequestHandler):
Callers
nothing calls this directly
Calls
1
set_status
Method · 0.80
Tested by
no test coverage detected