Home
last modified time | relevance | path

Searched refs:open_urlresource (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_normalization.py1 from test.test_support import run_unittest, open_urlresource
44 testdata = open_urlresource(TESTDATAURL, check_version)
Dmultibytecodec_support.py273 return test_support.open_urlresource(self.mapfileurl)
/external/python/cpython3/Lib/test/
Dtest_normalization.py1 from test.support import open_urlresource
41 testdata = open_urlresource(TESTDATAURL, encoding="utf-8",
Dtest_ucn.py178 testdata = support.open_urlresource(url, encoding="utf-8",
Dmultibytecodec_support.py299 return support.open_urlresource(self.mapfileurl)
Dtest_hashlib.py58 testdata = support.open_urlresource(url)
/external/python/cpython2/Misc/NEWS.d/
D2.7b1.rst801 test.test_support.open_urlresource invalidates the outdated files from the
/external/python/cpython2/Lib/test/support/
D__init__.py863 def open_urlresource(url, check=None): function
/external/python/cpython3/Lib/test/support/
D__init__.py1112 def open_urlresource(url, *args, **kw): function
/external/python/cpython3/Doc/library/
Dtest.rst948 .. function:: open_urlresource(url, *args, **kw)
/external/python/cpython3/Misc/
DHISTORY14469 - Issue #7783: test.support.open_urlresource invalidates the outdated files from