Home
last modified time | relevance | path

Searched refs:read_binary (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Lib/test/test_importlib/
Dtest_read.py10 resources.read_binary(package, path)
20 result = resources.read_binary(self.data, 'binary.file')
50 result = resources.read_binary(submodule, 'binary.file')
54 result = resources.read_binary('ziptestdata.subdirectory', 'binary.file')
Dtest_resource.py207 c = resources.read_binary('ziptestdata', 'binary.file')
Dtest_metadata_api.py192 assert isinstance(file.read_binary(), bytes)
/third_party/python/Lib/importlib/
Dresources.py86 def read_binary(package: Package, resource: Resource) -> bytes: function
/third_party/python/Lib/ensurepip/
D__init__.py169 whl = resources.read_binary(_bundled, wheel_name)
/third_party/python/Lib/
Dcgi.py678 self.read_binary()
686 def read_binary(self): member in FieldStorage
/third_party/python/Lib/importlib/metadata/
D__init__.py467 def read_binary(self): member in PackagePath
/third_party/python/Doc/library/
Dimportlib.rst986 .. function:: read_binary(package, resource)
/third_party/python/Misc/NEWS.d/
D3.9.0a1.rst2292 `ensurepip` now uses `importlib.resources.read_binary()` to read data