/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_urllibnet.py | 15 def _open_with_retry(func, host, *args, **kwargs):
function 39 f = _open_with_retry(urllib.urlopen, "http://www.python.org/")
58 return _open_with_retry(urllib.urlopen, *args)
148 return _open_with_retry(urllib.urlretrieve, *args)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_urllibnet.py | 15 def _open_with_retry(func, host, *args, **kwargs): function 39 f = _open_with_retry(urllib.urlopen, "http://www.python.org/") 58 return _open_with_retry(urllib.urlopen, *args) 156 return _open_with_retry(urllib.urlretrieve, *args)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_urllibnet.py | 15 def _open_with_retry(func, host, *args, **kwargs): function 39 f = _open_with_retry(urllib.urlopen, "http://www.python.org/") 58 return _open_with_retry(urllib.urlopen, *args) 156 return _open_with_retry(urllib.urlretrieve, *args)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_urllibnet.py | 15 def _open_with_retry(func, host, *args, **kwargs): function 39 f = _open_with_retry(urllib.urlopen, "http://www.python.org/") 58 return _open_with_retry(urllib.urlopen, *args) 156 return _open_with_retry(urllib.urlretrieve, *args)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_urllibnet.py | 15 def _open_with_retry(func, host, *args, **kwargs): function 39 f = _open_with_retry(urllib.urlopen, "http://www.python.org/") 58 return _open_with_retry(urllib.urlopen, *args) 156 return _open_with_retry(urllib.urlretrieve, *args)
|