Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_importlib/
Dtest_open.py10 with resources.open_binary(package, path):
22 with resources.open_binary(self.data, 'binary.file') as fp:
54 resources.open_binary, self.data, 'does-not-exist')
Dtest_resource.py153 resources.open_binary,
/external/python/cpython3/Lib/importlib/
Dresources.py85 def open_binary(package: Package, resource: Resource) -> BinaryIO: function
154 with open_binary(package, resource) as fp:
201 with open_binary(package, resource) as fp:
/external/python/cpython3/Doc/library/
Dimportlib.rst853 .. function:: open_binary(package, resource)