Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
233
class
CMockFileIO(MockFileIO, io.BytesIO):
234
pass
Callers
15
BaseTest
Class · 0.45
testReadInto
Method · 0.45
test_bytearray_api
Method · 0.45
testSmallReadNonBlocking
Method · 0.45
test_readinto
Method · 0.45
test_read_readinto_readinto1
Method · 0.45
test_readinto
Method · 0.45
testReadintoByteArray
Method · 0.45
_testReadintoMemoryview
Method · 0.45
_testReadintoArray
Method · 0.45
testErrnoOnClosedReadinto
Method · 0.45
test_readinto
Method · 0.45
Calls
2
super
Class · 0.85
append
Method · 0.45
Tested by
no test coverage detected