Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ _init_read
Method
_init_read
tools/python-3.11.9-amd64/Lib/gzip.py:463–465 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
461
self._last_mtime = None
462
463
def
_init_read(self):
464
self._crc = zlib.crc32(b
""
)
465
self._stream_size = 0
# Decompressed size of unconcatenated stream
466
467
def
_read_gzip_header(self):
468
last_mtime = _read_gzip_header(self._fp)
Callers
1
read
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected