Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ read1
Method
read1
tools/python-3.11.9-amd64/Lib/_pyio.py:1475–1477 ·
view source on GitHub ↗
(self, size=-1)
Source
from the content-addressed store, hash-verified
1473
return
BufferedReader.peek(self, size)
1474
1475
def
read1(self, size=-1):
1476
self.flush()
1477
return
BufferedReader.read1(self, size)
1478
1479
def
readinto1(self, b):
1480
self.flush()
Callers
nothing calls this directly
Calls
2
flush
Method · 0.45
read1
Method · 0.45
Tested by
no test coverage detected