MCPcopy Index your code
hub / github.com/python/cpython / gzip.py

File gzip.py

Lib/gzip.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Functions that read and write gzipped files.
2
3The user of the file doesn't have to worry about the compression,
4but random access is not allowed."""

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected