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

Method _read_gzip_header

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

Source from the content-addressed store, hash-verified

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)
538 if last_mtime is None:
539 return False
540 self._last_mtime = last_mtime
541 return True
542
543 def read(self, size=-1):
544 if size < 0:

Callers 2

readMethod · 0.95

Calls 1

_read_gzip_headerFunction · 0.85

Tested by 1