Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_unicodedata.py14 from test.support import (open_urlresource, requires_resource, script_helper,
336 testdata = open_urlresource(TESTDATAURL, encoding="utf-8",
Dtest_ucn.py182 testdata = support.open_urlresource(url, encoding="utf-8",
Dmultibytecodec_support.py299 return support.open_urlresource(self.mapfileurl, encoding="utf-8")
Dtest_hashlib.py82 testdata = support.open_urlresource(url, encoding="utf-8")
/third_party/python/Lib/test/support/
D__init__.py519 def open_urlresource(url, *args, **kw): function
/third_party/python/Doc/library/
Dtest.rst781 .. function:: open_urlresource(url, *args, **kw)
/third_party/python/Misc/
DHISTORY14469 - Issue #7783: test.support.open_urlresource invalidates the outdated files from