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

/external/python/cpython2/Lib/wsgiref/
H A Dhandlers.py68 error_body = "A server error occurred. Please contact the administrator." variable in class:BaseHandler
313 and 'error_body' attributes to generate an output page. It can
323 return [self.error_body]
/external/python/cpython3/Lib/wsgiref/
H A Dhandlers.py120 error_body = b"A server error occurred. Please contact the administrator." variable in class:BaseHandler
375 and 'error_body' attributes to generate an output page. It can
385 return [self.error_body]

Completed in 44 milliseconds