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

Method read

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

Read bytes.

(self, size=None)

Source from the content-addressed store, hash-verified

1933 self._pos = pos
1934
1935 def read(self, size=None):
1936 """Read bytes."""
1937 return self._read(size, self._file.read)
1938
1939 def read1(self, size=None):
1940 """Read bytes."""

Callers 7

get_bytesMethod · 0.45
flushMethod · 0.45
get_messageMethod · 0.45
get_bytesMethod · 0.45
get_bytesMethod · 0.45
get_messageMethod · 0.45
get_bytesMethod · 0.45

Calls 1

_readMethod · 0.95

Tested by

no test coverage detected