MCPcopy Index your code
hub / github.com/RustPython/RustPython / read_bytes

Method read_bytes

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

Source from the content-addressed store, hash-verified

63 def read_text(self, encoding=None) -> str: ... # pragma: no cover
64
65 def read_bytes(self) -> bytes: ... # pragma: no cover
66
67 def exists(self) -> bool: ... # pragma: no cover

Callers 1

read_binaryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected