Searched refs:open_text (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/test/test_importlib/ |
D | test_open.py | 16 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')
|
D | test_resource.py | 149 resources.open_text,
|
/external/python/cpython3/Lib/importlib/ |
D | resources.py | 116 def open_text(package: Package, function 169 with open_text(package, resource, encoding, errors) as fp:
|
/external/python/cpython3/Doc/library/ |
D | importlib.rst | 864 .. function:: open_text(package, resource, encoding='utf-8', errors='strict')
|