Searched refs:open_urlresource (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_normalization.py | 1 from test.test_support import run_unittest, open_urlresource 44 testdata = open_urlresource(TESTDATAURL, check_version)
|
D | multibytecodec_support.py | 273 return test_support.open_urlresource(self.mapfileurl)
|
/external/python/cpython3/Lib/test/ |
D | test_normalization.py | 1 from test.support import open_urlresource 41 testdata = open_urlresource(TESTDATAURL, encoding="utf-8",
|
D | test_ucn.py | 178 testdata = support.open_urlresource(url, encoding="utf-8",
|
D | multibytecodec_support.py | 299 return support.open_urlresource(self.mapfileurl)
|
D | test_hashlib.py | 58 testdata = support.open_urlresource(url)
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7b1.rst | 801 test.test_support.open_urlresource invalidates the outdated files from the
|
/external/python/cpython2/Lib/test/support/ |
D | __init__.py | 863 def open_urlresource(url, check=None): function
|
/external/python/cpython3/Lib/test/support/ |
D | __init__.py | 1112 def open_urlresource(url, *args, **kw): function
|
/external/python/cpython3/Doc/library/ |
D | test.rst | 948 .. function:: open_urlresource(url, *args, **kw)
|
/external/python/cpython3/Misc/ |
D | HISTORY | 14469 - Issue #7783: test.support.open_urlresource invalidates the outdated files from
|