Searched refs:URLopener (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | robotparser.py | 56 opener = URLopener() 209 class URLopener(urllib.FancyURLopener): class
|
D | urllib.py | 113 class URLopener: class 607 class FancyURLopener(URLopener): 611 URLopener.__init__(self, *args, **kwargs) 680 URLopener.http_error_default(self, url, fp, 686 URLopener.http_error_default(self, url, fp, 690 URLopener.http_error_default(self, url, fp, 702 URLopener.http_error_default(self, url, fp, 708 URLopener.http_error_default(self, url, fp, 712 URLopener.http_error_default(self, url, fp, 1595 if hasattr(URLopener, "open_https"):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_urllib.py | 671 class DummyURLopener(urllib.URLopener):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/ |
D | webchecker.py | 740 http_error_default = urllib.URLopener.http_error_default
|