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:1479–1481 ·
view source on GitHub ↗
(self, b)
Source
from the content-addressed store, hash-verified
1477
return
BufferedReader.read1(self, size)
1478
1479
def
readinto1(self, b):
1480
self.flush()
1481
return
BufferedReader.readinto1(self, b)
1482
1483
def
write(self, b):
1484
if
self._read_buf:
Callers
nothing calls this directly
Calls
2
flush
Method · 0.45
readinto1
Method · 0.45
Tested by
no test coverage detected