Home
last modified time | relevance | path

Searched refs:error_body (Results 1 – 3 of 3) 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/cpython2/Lib/test/
Dtest_wsgiref.py489 "\r\n%s" % (h.error_status,len(h.error_body),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