MCPcopy Index your code
hub / github.com/python/cpython / read_bytes

Method read_bytes

Lib/importlib/metadata/_meta.py:69–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

67 def read_text(self, encoding=None) -> str: ... # pragma: no cover
68
69 def read_bytes(self) -> bytes: ... # pragma: no cover
70
71 def exists(self) -> bool: ... # pragma: no cover

Callers 1

read_binaryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected