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:962–965 ·
view source on GitHub ↗
This is the same as read.
(self, size=-1)
Source
from the content-addressed store, hash-verified
960
return
bytes(b)
961
962
def
read1(self, size=-1):
963
""
"This is the same
as
read.
964
""
"
965
return
self.read(size)
966
967
def
write(self, b):
968
if
self.closed:
Callers
3
read1
Method · 0.45
read1
Method · 0.45
_read_chunk
Method · 0.45
Calls
1
read
Method · 0.95
Tested by
no test coverage detected