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:1467–1469 ·
view source on GitHub ↗
(self, b)
Source
from the content-addressed store, hash-verified
1465
return
BufferedReader.read(self, size)
1466
1467
def
readinto(self, b):
1468
self.flush()
1469
return
BufferedReader.readinto(self, b)
1470
1471
def
peek(self, size=0):
1472
self.flush()
Callers
nothing calls this directly
Calls
2
flush
Method · 0.45
readinto
Method · 0.45
Tested by
no test coverage detected