Home
last modified time | relevance | path

Searched defs:HTTPError (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Doc/howto/
Durllib2.rst231 HTTPError section in Handling Exceptions
247 Error Codes
/external/python/cpython2/Doc/howto/
Durllib2.rst212 HTTPError section in Handling Exceptions
228 Error Codes
/external/autotest/client/common_lib/cros/fake_device_server/
Dserver_errors.py10 class HTTPError(cherrypy.HTTPError): class
/external/python/cpython3/Lib/urllib/
Derror.py35 class HTTPError(URLError, urllib.response.addinfourl): class
/external/python/httplib2/python3/httplib2/
Dsocks.py75 class HTTPError(ProxyError): class
/external/python/httplib2/python2/httplib2/
Dsocks.py75 class HTTPError(ProxyError): class
/external/python/cpython2/Lib/
Durllib2.py177 class HTTPError(URLError, addinfourl): class