MCPcopy
hub / github.com/tornadoweb/tornado / get

Method get

tornado/test/curl_httpclient_test.py:72–73  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

70
71class CustomReasonHandler(RequestHandler):
72 def get(self):
73 self.set_status(200, "Custom reason")
74
75
76class CustomFailReasonHandler(RequestHandler):

Callers

nothing calls this directly

Calls 1

set_statusMethod · 0.80

Tested by

no test coverage detected