Searched refs:HTTPHandler (Results 1 - 10 of 10) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_urllib2.py1268 class MyHTTPHandler(urllib2.HTTPHandler): pass
1292 self.opener_has_handler(o, urllib2.HTTPHandler)
1293 o = build_opener(urllib2.HTTPHandler)
1294 self.opener_has_handler(o, urllib2.HTTPHandler)
1295 o = build_opener(urllib2.HTTPHandler())
1296 self.opener_has_handler(o, urllib2.HTTPHandler)
1299 class MyOtherHTTPHandler(urllib2.HTTPHandler): pass
/external/python/cpython2/Lib/
H A Durllib2.py12 HTTPHandler performs HTTP GET and POST requests and deals with
493 default_classes = [ProxyHandler, UnknownHandler, HTTPHandler,
1225 class HTTPHandler(AbstractHTTPHandler): class in inherits:AbstractHTTPHandler
/external/python/cpython2/Lib/logging/
H A Dhandlers.py1050 class HTTPHandler(logging.Handler): class in inherits:logging.Handler
/external/google-breakpad/src/testing/gtest/scripts/
H A Dupload.py363 opener.add_handler(urllib2.HTTPHandler())
/external/google-breakpad/src/testing/scripts/
H A Dupload.py363 opener.add_handler(urllib2.HTTPHandler())
/external/googletest/googlemock/scripts/
H A Dupload.py363 opener.add_handler(urllib2.HTTPHandler())
/external/googletest/googletest/scripts/
H A Dupload.py363 opener.add_handler(urllib2.HTTPHandler())
/external/v8/testing/gmock/scripts/
H A Dupload.py363 opener.add_handler(urllib2.HTTPHandler())
/external/v8/testing/gtest/scripts/
H A Dupload.py363 opener.add_handler(urllib2.HTTPHandler())
/external/regex-re2/lib/codereview/
H A Dcodereview.py2991 opener.add_handler(urllib2.HTTPHandler())

Completed in 396 milliseconds