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