MCPcopy Create free account
hub / github.com/EasyIME/PIME / get

Method get

python/python3/tornado/test/web_test.py:2190–2192  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2188 def get_app_kwargs(self):
2189 class Custom404Handler(RequestHandler):
2190 def get(self):
2191 self.set_status(404)
2192 self.write("custom 404 response")
2193
2194 return dict(default_handler_class=Custom404Handler)
2195

Callers

nothing calls this directly

Calls 2

set_statusMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected