Searched refs:open_urlresource (Results 1 - 8 of 8) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_normalization.py1 from test.test_support import run_unittest, open_urlresource namespace
44 testdata = open_urlresource(TESTDATAURL, check_version)
H A Dtest_multibytecodec_support.py273 return test_support.open_urlresource(self.mapfileurl)
H A Dtest_support.py36 "open_urlresource", "check_warnings", "check_py3k_warnings",
807 def open_urlresource(url, check=None): function
/external/python/cpython3/Lib/test/
H A Dtest_normalization.py1 from test.support import open_urlresource namespace
43 testdata = open_urlresource(TESTDATAURL, encoding="utf-8",
H A Dtest_ucn.py178 testdata = support.open_urlresource(url, encoding="utf-8",
H A Dmultibytecodec_support.py294 return support.open_urlresource(self.mapfileurl)
H A Dtest_hashlib.py60 testdata = support.open_urlresource(url)
/external/python/cpython3/Lib/test/support/
H A D__init__.py98 "HOST", "IPV6_ENABLED", "find_unused_port", "bind_port", "open_urlresource",
1080 def open_urlresource(url, *args, **kw): function

Completed in 222 milliseconds