Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_urllib2net.py13 def _retry_thrice(func, exc, *args, **kwargs): function
25 return _retry_thrice(func, exc, *args, **kwargs)
/external/python/cpython3/Lib/test/
Dtest_urllib2net.py17 def _retry_thrice(func, exc, *args, **kwargs): function
28 return _retry_thrice(func, exc, *args, **kwargs)