Searched refs:open_urlresource (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Lib/test/ |
D | test_unicodedata.py | 14 from test.support import (open_urlresource, requires_resource, script_helper, 336 testdata = open_urlresource(TESTDATAURL, encoding="utf-8",
|
D | test_ucn.py | 182 testdata = support.open_urlresource(url, encoding="utf-8",
|
D | multibytecodec_support.py | 299 return support.open_urlresource(self.mapfileurl, encoding="utf-8")
|
D | test_hashlib.py | 82 testdata = support.open_urlresource(url, encoding="utf-8")
|
/third_party/python/Lib/test/support/ |
D | __init__.py | 519 def open_urlresource(url, *args, **kw): function
|
/third_party/python/Doc/library/ |
D | test.rst | 781 .. function:: open_urlresource(url, *args, **kw)
|
/third_party/python/Misc/ |
D | HISTORY | 14469 - Issue #7783: test.support.open_urlresource invalidates the outdated files from
|