Home | History | Annotate | Download | only in test

Lines Matching refs:_urlopen_with_retry

32 _urlopen_with_retry = _wrap_with_retry_thrice(urllib2.urlopen, urllib2.URLError)
52 # _urlopen_with_retry(test_url)
64 # response = _urlopen_with_retry("http://www.python.org/")
83 response = _urlopen_with_retry("http://www.python.org/")
258 u = _urlopen_with_retry(url)
267 u = _urlopen_with_retry(url)
278 u = _urlopen_with_retry(url, timeout=None)
286 u = _urlopen_with_retry(url, timeout=120)
294 u = _urlopen_with_retry(self.FTP_HOST)
302 u = _urlopen_with_retry(self.FTP_HOST)
312 u = _urlopen_with_retry(self.FTP_HOST, timeout=None)
319 u = _urlopen_with_retry(self.FTP_HOST, timeout=60)