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

Class CompressionError

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

Exception for unavailable compression methods.

Source from the content-addressed store, hash-verified

275 """Exception for unreadable tar archives."""
276 pass
277class CompressionError(TarError):
278 """Exception for unavailable compression methods."""
279 pass
280class StreamError(TarError):
281 """Exception for unsupported operations on stream-like TarFiles."""
282 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