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)
24 def _wrap_with_retry_thrice(func, exc): function38 _urlopen_with_retry = _wrap_with_retry_thrice(urllib.request.urlopen,218 urlopen = _wrap_with_retry_thrice(urlopen, urllib.error.URLError)