MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / BadGzipFile

Class BadGzipFile

tools/python-3.11.9-amd64/Lib/gzip.py:117–118  ·  view source on GitHub ↗

Exception raised in some cases for invalid gzip files.

Source from the content-addressed store, hash-verified

115
116
117class BadGzipFile(OSError):
118 """Exception raised in some cases for invalid gzip files."""
119
120
121class GzipFile(_compression.BaseStream):

Callers 3

_read_gzip_headerFunction · 0.85
_read_eofMethod · 0.85
decompressFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected