Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_urllib2net.py32 _urlopen_with_retry = _wrap_with_retry_thrice(urllib2.urlopen, urllib2.URLError) variable
83 response = _urlopen_with_retry("http://www.python.org/")
245 u = _urlopen_with_retry(url)
254 u = _urlopen_with_retry(url)
265 u = _urlopen_with_retry(url, timeout=None)
273 u = _urlopen_with_retry(url, timeout=120)
281 u = _urlopen_with_retry(self.FTP_HOST)
289 u = _urlopen_with_retry(self.FTP_HOST)
299 u = _urlopen_with_retry(self.FTP_HOST, timeout=None)
306 u = _urlopen_with_retry(self.FTP_HOST, timeout=60)