Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_urllib2net.py25 def _wrap_with_retry_thrice(func, exc): function
32 _urlopen_with_retry = _wrap_with_retry_thrice(urllib2.urlopen, urllib2.URLError)
196 urlopen = _wrap_with_retry_thrice(urlopen, urllib2.URLError)