Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ read
Method
read
Lib/imaplib.py:1691–1693 ·
view source on GitHub ↗
Read 'size' bytes from remote.
(self, size)
Source
from the content-addressed store, hash-verified
1689
self.readfile = self.process.stdout
1690
1691
def
read(self, size):
1692
""
"Read 'size' bytes from remote."
""
1693
return
self.readfile.read(size)
1694
1695
1696
def
readline(self):
Callers
nothing calls this directly
Calls
1
read
Method · 0.45
Tested by
no test coverage detected