Searched refs:_wrap_with_retry_thrice (Results 1 – 2 of 2) sorted by relevance
23 def _wrap_with_retry_thrice(func, exc): function30 _urlopen_with_retry = _wrap_with_retry_thrice(urllib2.urlopen, urllib2.URLError)205 urlopen = _wrap_with_retry_thrice(urlopen, urllib2.URLError)
25 def _wrap_with_retry_thrice(func, exc): function39 _urlopen_with_retry = _wrap_with_retry_thrice(urllib.request.urlopen,216 urlopen = _wrap_with_retry_thrice(urlopen, urllib.error.URLError)