MCPcopy Index your code
hub / github.com/python/cpython / readinto

Method readinto

Lib/test/test_io/utils.py:174–177  ·  view source on GitHub ↗
(self, b)

Source from the content-addressed store, hash-verified

172 return res
173
174 def readinto(self, b):
175 res = super().readinto(b)
176 self.read_history.append(res)
177 return res
178
179class CMockFileIO(MockFileIO, io.BytesIO):
180 pass

Callers 15

testReadIntoMethod · 0.45
test_bytearray_apiMethod · 0.45
test_readintoMethod · 0.45
test_readintoMethod · 0.45
test_readintoMethod · 0.45
readintoMethod · 0.45
testReadintoByteArrayMethod · 0.45
_testReadintoArrayMethod · 0.45

Calls 2

superClass · 0.85
appendMethod · 0.45

Tested by 15

testReadIntoMethod · 0.36
test_bytearray_apiMethod · 0.36
test_readintoMethod · 0.36
test_readintoMethod · 0.36
test_readintoMethod · 0.36
testReadintoByteArrayMethod · 0.36
_testReadintoArrayMethod · 0.36