Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_bytes
Method · 0.45
flush
Method · 0.45
get_message
Method · 0.45
get_bytes
Method · 0.45
get_bytes
Method · 0.45
get_message
Method · 0.45
get_bytes
Method · 0.45
Calls
1
_read
Method · 0.95
Tested by
no test coverage detected