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

Class CompressionError

Lib/tarfile.py:275–277  ·  view source on GitHub ↗

Exception for unavailable compression methods.

Source from the content-addressed store, hash-verified

273 """Exception for unreadable tar archives."""
274 pass
275class CompressionError(TarError):
276 """Exception for unavailable compression methods."""
277 pass
278class StreamError(TarError):
279 """Exception for unsupported operations on stream-like TarFiles."""
280 pass

Callers 7

__init__Method · 0.85
_init_read_gzMethod · 0.85
openMethod · 0.85
gzopenMethod · 0.85
bz2openMethod · 0.85
xzopenMethod · 0.85
zstopenMethod · 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…