Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ readinto
Method
readinto
Lib/test/test_io/utils.py:121–123 ·
view source on GitHub ↗
(self, buf)
Source
from the content-addressed store, hash-verified
119
return
-456
120
121
def
readinto(self, buf):
122
super().readinto(buf)
123
return
len(buf) * 5
124
125
class
CMisbehavedRawIO(MisbehavedRawIO, io.RawIOBase):
126
pass
Callers
nothing calls this directly
Calls
2
super
Class · 0.85
readinto
Method · 0.45
Tested by
no test coverage detected