Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ readinto
Method
readinto
tools/python-3.11.9-amd64/Lib/_pyio.py:1380–1381 ·
view source on GitHub ↗
(self, b)
Source
from the content-addressed store, hash-verified
1378
return
self.reader.read(size)
1379
1380
def
readinto(self, b):
1381
return
self.reader.readinto(b)
1382
1383
def
write(self, b):
1384
return
self.writer.write(b)
Callers
nothing calls this directly
Calls
1
readinto
Method · 0.45
Tested by
no test coverage detected