Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_urllib2net.py23 def _wrap_with_retry_thrice(func, exc): function
30 _urlopen_with_retry = _wrap_with_retry_thrice(urllib2.urlopen, urllib2.URLError)
205 urlopen = _wrap_with_retry_thrice(urlopen, urllib2.URLError)
/external/python/cpython3/Lib/test/
Dtest_urllib2net.py25 def _wrap_with_retry_thrice(func, exc): function
39 _urlopen_with_retry = _wrap_with_retry_thrice(urllib.request.urlopen,
216 urlopen = _wrap_with_retry_thrice(urlopen, urllib.error.URLError)