Searched refs:error_handlers (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/webapp2/tests/
H A Dhandler_test.py165 app.error_handlers = {}
223 app.error_handlers = {
502 app.error_handlers[500] = handle_exception
519 app.error_handlers[500] = handle_exception
H A Dresponse_test.py309 app.error_handlers[500] = 'resources.handlers.handle_exception'
/external/chromium-trace/trace-viewer/third_party/webapp2/
H A Dwebapp2.py1455 error_handlers = None variable in class:WSGIApplication
1476 self.error_handlers = {}
1565 :attr:`error_handlers`. This is a dictionary that maps HTTP status
1591 handler = self.error_handlers.get(code)
1594 self.error_handlers[code] = handler = import_string(handler)

Completed in 98 milliseconds