Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ read_bytes
Method
read_bytes
tools/python-3.11.9-amd64/Lib/zipfile.py:2471–2473 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2469
return
strm.read()
2470
2471
def
read_bytes(self):
2472
with
self.open(
'rb'
)
as
strm:
2473
return
strm.read()
2474
2475
def
_is_child(self, path):
2476
return
posixpath.dirname(path.at.rstrip(
"/"
)) == self.at.rstrip(
"/"
)
Callers
nothing calls this directly
Calls
2
open
Method · 0.95
read
Method · 0.45
Tested by
no test coverage detected