Home
last modified time | relevance | path

Searched refs:error_body (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/wsgiref/
H A Dhandlers.py120 error_body = b"A server error occurred. Please contact the administrator." variable in BaseHandler
388 and 'error_body' attributes to generate an output page. It can
398 return [self.error_body]
/third_party/python/Lib/test/
H A Dtest_wsgiref.py679 "\r\n" % (h.error_status,len(h.error_body))).encode('iso-8859-1')
680 + h.error_body)

Completed in 2 milliseconds