Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _init_read
Method
_init_read
Lib/gzip.py:534–536 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
532
self._last_mtime = None
533
534
def
_init_read(self):
535
self._crc = zlib.crc32(b
""
)
536
self._stream_size = 0
# Decompressed size of unconcatenated stream
537
538
def
_read_gzip_header(self):
539
last_mtime = _read_gzip_header(self._fp)
Callers
1
read
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected