Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_urllib2.py1330 hdeh = urllib.request.HTTPDefaultErrorHandler()
1340 hdeh = urllib.request.HTTPDefaultErrorHandler()
/external/python/cpython3/Lib/urllib/
Drequest.py550 HTTPDefaultErrorHandler, HTTPRedirectHandler,
611 class HTTPDefaultErrorHandler(BaseHandler): class
/external/python/cpython3/Doc/library/
Durllib.request.rst140 :class:`HTTPDefaultErrorHandler`, :class:`HTTPRedirectHandler`,
292 .. class:: HTTPDefaultErrorHandler()
1180 Eventually, :class:`HTTPDefaultErrorHandler` will raise an
/external/python/cpython3/Doc/howto/
Durllib2.rst512 ``HTTPDefaultErrorHandler``, ``HTTPRedirectHandler``, ``FTPHandler``,
/external/python/six/documentation/
Dindex.rst808 * :class:`py2:urllib2.HTTPDefaultErrorHandler`