MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / read1

Method read1

tools/python-3.11.9-amd64/Lib/mailbox.py:1939–1941  ·  view source on GitHub ↗

Read bytes.

(self, size=None)

Source from the content-addressed store, hash-verified

1937 return self._read(size, self._file.read)
1938
1939 def read1(self, size=None):
1940 """Read bytes."""
1941 return self._read(size, self._file.read1)
1942
1943 def readline(self, size=None):
1944 """Read a line."""

Callers

nothing calls this directly

Calls 1

_readMethod · 0.95

Tested by

no test coverage detected