MCPcopy
hub / github.com/cherrypy/cherrypy / get_error_page

Method get_error_page

cherrypy/_cperror.py:410–411  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

408 _be_ie_unfriendly(self.code)
409
410 def get_error_page(self, *args, **kwargs):
411 return get_error_page(*args, **kwargs)
412
413 def __call__(self):
414 """Use this exception as a request.handler (raise self)."""

Callers 2

set_responseMethod · 0.95
assertErrorPageMethod · 0.80

Calls 1

get_error_pageFunction · 0.85

Tested by

no test coverage detected