OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_urlopen_with_retry
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2net.py
32
_urlopen_with_retry
= _wrap_with_retry_thrice(urllib2.urlopen, urllib2.URLError)
variable
52
#
_urlopen_with_retry
(test_url)
64
# response =
_urlopen_with_retry
("http://www.python.org/")
83
response =
_urlopen_with_retry
("http://www.python.org/")
258
u =
_urlopen_with_retry
(url)
267
u =
_urlopen_with_retry
(url)
278
u =
_urlopen_with_retry
(url, timeout=None)
286
u =
_urlopen_with_retry
(url, timeout=120)
294
u =
_urlopen_with_retry
(self.FTP_HOST)
302
u =
_urlopen_with_retry
(self.FTP_HOST
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2net.py
32
_urlopen_with_retry
= _wrap_with_retry_thrice(urllib2.urlopen, urllib2.URLError)
variable
52
#
_urlopen_with_retry
(test_url)
64
# response =
_urlopen_with_retry
("http://www.python.org/")
83
response =
_urlopen_with_retry
("http://www.python.org/")
258
u =
_urlopen_with_retry
(url)
267
u =
_urlopen_with_retry
(url)
278
u =
_urlopen_with_retry
(url, timeout=None)
286
u =
_urlopen_with_retry
(url, timeout=120)
294
u =
_urlopen_with_retry
(self.FTP_HOST)
302
u =
_urlopen_with_retry
(self.FTP_HOST
[
all
...]
Completed in 41 milliseconds