Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ readinto1
Method
readinto1
Lib/_pyio.py:1386–1387 ·
view source on GitHub ↗
(self, b)
Source
from the content-addressed store, hash-verified
1384
return
self.reader.read1(size)
1385
1386
def
readinto1(self, b):
1387
return
self.reader.readinto1(b)
1388
1389
def
readable(self):
1390
return
self.reader.readable()
Callers
nothing calls this directly
Calls
1
readinto1
Method · 0.45
Tested by
no test coverage detected