MCPcopy Index your code
hub / github.com/RustPython/RustPython / readinto

Method readinto

Lib/test/test_io.py:228–231  ·  view source on GitHub ↗
(self, b)

Source from the content-addressed store, hash-verified

226 return res
227
228 def readinto(self, b):
229 res = super().readinto(b)
230 self.read_history.append(res)
231 return res
232
233class CMockFileIO(MockFileIO, io.BytesIO):
234 pass

Callers 15

BaseTestClass · 0.45
testReadIntoMethod · 0.45
test_bytearray_apiMethod · 0.45
test_readintoMethod · 0.45
test_readintoMethod · 0.45
testReadintoByteArrayMethod · 0.45
_testReadintoArrayMethod · 0.45
test_readintoMethod · 0.45

Calls 2

superClass · 0.85
appendMethod · 0.45

Tested by

no test coverage detected