Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/wsgiref/
Dhandlers.py68 error_body = "A server error occurred. Please contact the administrator." variable in BaseHandler
323 return [self.error_body]
/external/python/cpython3/Lib/wsgiref/
Dhandlers.py120 error_body = b"A server error occurred. Please contact the administrator." variable in BaseHandler
385 return [self.error_body]
/external/python/cpython2/Lib/test/
Dtest_wsgiref.py489 "\r\n%s" % (h.error_status,len(h.error_body),h.error_body))
/external/python/cpython3/Lib/test/
Dtest_wsgiref.py663 "\r\n" % (h.error_status,len(h.error_body))).encode('iso-8859-1')
664 + h.error_body)
/external/python/cpython2/Doc/library/
Dwsgiref.rst636 :attr:`error_headers`, and :attr:`error_body` attributes to generate an output
658 .. attribute:: BaseHandler.error_body
/external/python/cpython3/Doc/library/
Dwsgiref.rst671 :attr:`error_headers`, and :attr:`error_body` attributes to generate an output
693 .. attribute:: BaseHandler.error_body