HomeSort by relevance Sort by last modified time
    Searched refs:_wrap_with_retry_thrice (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2net.py 25 def _wrap_with_retry_thrice(func, exc): function
32 _urlopen_with_retry = _wrap_with_retry_thrice(urllib2.urlopen, urllib2.URLError)
208 urlopen = _wrap_with_retry_thrice(urlopen, urllib2.URLError)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2net.py 25 def _wrap_with_retry_thrice(func, exc): function
32 _urlopen_with_retry = _wrap_with_retry_thrice(urllib2.urlopen, urllib2.URLError)
208 urlopen = _wrap_with_retry_thrice(urlopen, urllib2.URLError)

Completed in 30 milliseconds