MCPcopy
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
76class 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_statusMethod · 0.80

Tested by

no test coverage detected