Home
last modified time | relevance | path

Searched refs:HTTPHandler (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_urllib2.py1212 class MyHTTPHandler(urllib2.HTTPHandler): pass
1236 self.opener_has_handler(o, urllib2.HTTPHandler)
1237 o = build_opener(urllib2.HTTPHandler)
1238 self.opener_has_handler(o, urllib2.HTTPHandler)
1239 o = build_opener(urllib2.HTTPHandler())
1240 self.opener_has_handler(o, urllib2.HTTPHandler)
1243 class MyOtherHTTPHandler(urllib2.HTTPHandler): pass
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Durllib2.py458 default_classes = [ProxyHandler, UnknownHandler, HTTPHandler,
1196 class HTTPHandler(AbstractHTTPHandler): class
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
Dhandlers.py997 class HTTPHandler(logging.Handler): class