Home
last modified time | relevance | path

Searched refs:handle_404 (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/webapp2/docs/guide/
Dexceptions.rst90 def handle_404(request, response, exception):
103 app.error_handlers[404] = handle_404
Dapp.rst166 def handle_404(request, response, exception):
179 app.error_handlers[404] = handle_404
/external/chromium-trace/catapult/third_party/webapp2/docs/
Dfeatures.rst83 def handle_404(request, response, exception):
91 app.error_handlers[404] = handle_404
/external/chromium-trace/catapult/third_party/webapp2/tests/
Dhandler_test.py72 def handle_404(request, response, exception): function
224 404: handle_404,