Home
last modified time | relevance | path

Searched refs:error_message_format (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
DBaseHTTPServer.py375 content = (self.error_message_format % {
386 error_message_format = DEFAULT_ERROR_MESSAGE variable in BaseHTTPRequestHandler
/external/python/cpython2/Doc/library/
Dbasehttpserver.rst131 .. attribute:: error_message_format
175 :attr:`error_message_format` class variable).
200 :attr:`error_message_format` class variable. The body will be empty
/external/python/cpython3/Lib/http/
Dserver.py259 error_message_format = DEFAULT_ERROR_MESSAGE variable in BaseHTTPRequestHandler
470 content = (self.error_message_format % {
/external/python/cpython3/Doc/library/
Dhttp.server.rst143 .. attribute:: error_message_format
208 using the :attr:`error_message_format` attribute and emitted, after
/external/python/cpython3/Doc/whatsnew/
D3.4.rst962 :attr:`~http.server.HTTP.error_message_format` attribute and sent as the body