Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ readinto
Method
readinto
Lib/_pyio.py:1355–1356 ·
view source on GitHub ↗
(self, b)
Source
from the content-addressed store, hash-verified
1353
return
self.reader.read(size)
1354
1355
def
readinto(self, b):
1356
return
self.reader.readinto(b)
1357
1358
def
write(self, b):
1359
return
self.writer.write(b)
Callers
nothing calls this directly
Calls
1
readinto
Method · 0.45
Tested by
no test coverage detected