MCPcopy Index your code
hub / github.com/python/cpython / _init_read

Method _init_read

Lib/gzip.py:532–534  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

530 self._last_mtime = None
531
532 def _init_read(self):
533 self._crc = zlib.crc32(b"")
534 self._stream_size = 0 # Decompressed size of unconcatenated stream
535
536 def _read_gzip_header(self):
537 last_mtime = _read_gzip_header(self._fp)

Callers 1

readMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected