Searched refs:URLopener (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Lib/ |
D | robotparser.py | 57 opener = URLopener() 220 class URLopener(urllib.FancyURLopener): class
|
D | urllib.py | 120 class URLopener: class 616 class FancyURLopener(URLopener): 620 URLopener.__init__(self, *args, **kwargs) 690 URLopener.http_error_default(self, url, fp, 696 URLopener.http_error_default(self, url, fp, 700 URLopener.http_error_default(self, url, fp, 712 URLopener.http_error_default(self, url, fp, 718 URLopener.http_error_default(self, url, fp, 722 URLopener.http_error_default(self, url, fp,
|
/external/toolchain-utils/ |
D | get_common_image_version.py | 74 opener = urllib.URLopener()
|
/external/python/cpython2/Doc/library/ |
D | urllib.rst | 200 :class:`URLopener` or :class:`FancyURLopener`, then assign an instance of that 203 :mailheader:`User-Agent` header than :class:`URLopener` defines. This can be 319 .. class:: URLopener([proxies[, context[, **x509]]]) 325 By default, the :class:`URLopener` class sends a :mailheader:`User-Agent` header 328 :class:`URLopener` or :class:`FancyURLopener` and setting the class attribute 344 :class:`URLopener` objects will raise an :exc:`IOError` exception if the server 392 :class:`FancyURLopener` subclasses :class:`URLopener` providing default handling 409 The parameters to the constructor are the same as those for :class:`URLopener`.
|
/external/python/cpython2/Tools/webchecker/ |
D | webchecker.py | 740 http_error_default = urllib.URLopener.http_error_default
|
/external/python/cpython2/Lib/test/ |
D | test_urllib.py | 993 class DummyURLopener(urllib.URLopener):
|
/external/python/cpython2/Misc/ |
D | HISTORY | 10985 URLopener classes, and you have copied code from the old urllib.py, 12762 - urllib.py: close the socket and temp file in URLopener.retrieve() so 13133 created y URLopener.retrieve() so cleanup() can properly remove them.
|