Home
last modified time | relevance | path

Searched refs:transient_internet (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_urllib2net.py159 with test_support.transient_internet(urlwith_frag):
178 with test_support.transient_internet(url):
203 with test_support.transient_internet(url):
221 with test_support.transient_internet(url):
244 with test_support.transient_internet(url, timeout=None):
251 with test_support.transient_internet(url):
262 with test_support.transient_internet(url):
272 with test_support.transient_internet(url):
280 with test_support.transient_internet(self.FTP_HOST, timeout=None):
286 with test_support.transient_internet(self.FTP_HOST):
[all …]
Dtest_smtpnet.py15 with test_support.transient_internet(self.testServer):
22 with test_support.transient_internet(self.testServer):
Dtest_robotparser.py235 with test_support.transient_internet('mueblesmoraleda.com'):
247 with test_support.transient_internet('www.python.org'):
Dtest_imaplib.py13 from test_support import reap_threads, verbose, transient_internet
189 with transient_internet(self.host):
Dtest_ssl.py157 with test_support.transient_internet(remote[0]):
198 with test_support.transient_internet("svn.python.org"):
228 with test_support.transient_internet("svn.python.org"):
241 with test_support.transient_internet("svn.python.org"):
275 with test_support.transient_internet("svn.python.org"):
291 with test_support.transient_internet("svn.python.org"):
316 with test_support.transient_internet("svn.python.org"):
344 with test_support.transient_internet("sha256.tbs-internet.com"):
Dtest_timeout.py134 with test_support.transient_internet(self.addr_remote[0]):
Dtest_support.py755 def transient_internet(resource_name, timeout=30.0, errnos=()): function