Home
last modified time | relevance | path

Searched refs:HTTPErrorProcessor (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Doc/library/
Durllib2.rst109 :class:`HTTPErrorProcessor`.
334 .. class:: HTTPErrorProcessor()
928 HTTPErrorProcessor Objects
934 .. method:: HTTPErrorProcessor.http_response()
946 .. method:: HTTPErrorProcessor.https_response()
/external/python/cpython2/Lib/
Durllib2.py495 FTPHandler, FileHandler, HTTPErrorProcessor]
537 class HTTPErrorProcessor(BaseHandler): class
/external/python/cpython3/Doc/library/
Durllib.request.rst141 :class:`FTPHandler`, :class:`FileHandler`, :class:`HTTPErrorProcessor`.
453 .. class:: HTTPErrorProcessor()
1125 HTTPErrorProcessor Objects
1128 .. method:: HTTPErrorProcessor.http_response(request, response)
1140 .. method:: HTTPErrorProcessor.https_response(request, response)
/external/googletest/googletest/scripts/
Dupload.py366 opener.add_handler(urllib2.HTTPErrorProcessor())
/external/googletest/googlemock/scripts/
Dupload.py366 opener.add_handler(urllib2.HTTPErrorProcessor())
/external/google-breakpad/src/testing/scripts/
Dupload.py366 opener.add_handler(urllib2.HTTPErrorProcessor())
/external/google-breakpad/src/testing/gtest/scripts/
Dupload.py366 opener.add_handler(urllib2.HTTPErrorProcessor())
/external/python/cpython3/Lib/urllib/
Drequest.py587 FTPHandler, FileHandler, HTTPErrorProcessor,
630 class HTTPErrorProcessor(BaseHandler): class
/external/python/cpython2/Lib/test/
Dtest_urllib2.py882 h = urllib2.HTTPErrorProcessor()
/external/python/cpython2/Doc/howto/
Durllib2.rst497 ``FileHandler``, ``HTTPErrorProcessor``.
/external/python/cpython3/Doc/howto/
Durllib2.rst520 ``FileHandler``, ``DataHandler``, ``HTTPErrorProcessor``.
/external/python/cpython3/Lib/test/
Dtest_urllib2.py1119 h = urllib.request.HTTPErrorProcessor()
/external/python/six/documentation/
Dindex.rst795 * :class:`py2:urllib2.HTTPErrorProcessor`