MCPcopy Index your code
hub / github.com/RustPython/RustPython / _read_gzip_header

Method _read_gzip_header

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

Source from the content-addressed store, hash-verified

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

Callers 2

readMethod · 0.95

Calls 1

_read_gzip_headerFunction · 0.85

Tested by 1