MCPcopy 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
73class CustomReasonHandler(RequestHandler):
74 def get(self):
75 self.set_status(200, "Custom reason")
76
77
78class CustomFailReasonHandler(RequestHandler):

Callers

nothing calls this directly

Calls 1

set_statusMethod · 0.80

Tested by

no test coverage detected