Searched refs:open_urlresource (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_ucn.py | 182 testdata = support.open_urlresource(url, encoding="utf-8",
|
H A D | test_unicodedata.py | 14 from test.support import (open_urlresource, requires_resource, script_helper, namespace 344 testdata = open_urlresource(TESTDATAURL, encoding="utf-8",
|
H A D | multibytecodec_support.py | 299 return support.open_urlresource(self.mapfileurl, encoding="utf-8")
|
H A D | test_hashlib.py | 88 testdata = support.open_urlresource(url, encoding="utf-8")
|
/third_party/python/Lib/test/support/ |
H A D | __init__.py | 53 "open_urlresource", 627 def open_urlresource(url, *args, **kw): function
|
Completed in 6 milliseconds