Home
last modified time | relevance | path

Searched refs:open_text (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/test/test_importlib/
Dtest_open.py16 with resources.open_text(package, path):
27 with resources.open_text(self.data, 'utf-8.file') as fp:
32 with resources.open_text(
39 with resources.open_text(
42 with resources.open_text(
59 resources.open_text, self.data, 'does-not-exist')
Dtest_resource.py149 resources.open_text,
/external/python/cpython3/Lib/importlib/
Dresources.py116 def open_text(package: Package, function
169 with open_text(package, resource, encoding, errors) as fp:
/external/python/cpython3/Doc/library/
Dimportlib.rst864 .. function:: open_text(package, resource, encoding='utf-8', errors='strict')