OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 65 milliseconds