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

Class BadGzipFile

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

Exception raised in some cases for invalid gzip files.

Source from the content-addressed store, hash-verified

123
124
125class BadGzipFile(OSError):
126 """Exception raised in some cases for invalid gzip files."""
127
128
129class _WriteBufferStream(io.RawIOBase):

Callers 3

_read_gzip_headerFunction · 0.85
_read_eofMethod · 0.85
decompressFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…