Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ readinto1
Method
readinto1
tools/python-3.11.9-amd64/Lib/_pyio.py:1392–1393 ·
view source on GitHub ↗
(self, b)
Source
from the content-addressed store, hash-verified
1390
return
self.reader.read1(size)
1391
1392
def
readinto1(self, b):
1393
return
self.reader.readinto1(b)
1394
1395
def
readable(self):
1396
return
self.reader.readable()
Callers
nothing calls this directly
Calls
1
readinto1
Method · 0.45
Tested by
no test coverage detected