HomeSort by relevance Sort by last modified time
    Searched full:_open_with_retry (Results 1 - 2 of 2) sorted by null

  /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)

Completed in 3175 milliseconds