Home
last modified time | relevance | path

Searched refs:error_body (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/wsgiref/
Dhandlers.py120 error_body = b"A server error occurred. Please contact the administrator." variable in BaseHandler
399 return [self.error_body]
/third_party/python/Lib/test/
Dtest_wsgiref.py703 "\r\n" % (h.error_status,len(h.error_body))).encode('iso-8859-1')
704 + h.error_body)
/third_party/python/Doc/library/
Dwsgiref.rst673 :attr:`error_headers`, and :attr:`error_body` attributes to generate an output
695 .. attribute:: BaseHandler.error_body