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

Method read

Lib/mailbox.py:2016–2018  ·  view source on GitHub ↗

Read bytes.

(self, size=None)

Source from the content-addressed store, hash-verified

2014 self._pos = pos
2015
2016 def read(self, size=None):
2017 """Read bytes."""
2018 return self._read(size, self._file.read)
2019
2020 def read1(self, size=None):
2021 """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