MCPcopy 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
125class CMisbehavedRawIO(MisbehavedRawIO, io.RawIOBase):
126 pass

Callers

nothing calls this directly

Calls 2

superClass · 0.85
readintoMethod · 0.45

Tested by

no test coverage detected