Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ read
Method
read
tools/python-3.11.9-amd64/Lib/mailbox.py:1935–1937 ·
view source on GitHub ↗
Read bytes.
(self, size=None)
Source
from the content-addressed store, hash-verified
1933
self._pos = pos
1934
1935
def
read(self, size=None):
1936
""
"Read bytes."
""
1937
return
self._read(size, self._file.read)
1938
1939
def
read1(self, size=None):
1940
""
"Read bytes."
""
Callers
7
get_bytes
Method · 0.45
flush
Method · 0.45
get_message
Method · 0.45
get_bytes
Method · 0.45
get_bytes
Method · 0.45
get_message
Method · 0.45
get_bytes
Method · 0.45
Calls
1
_read
Method · 0.95
Tested by
no test coverage detected