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

Class CompressionError

tools/python-3.11.9-amd64/Lib/tarfile.py:280–282  ·  view source on GitHub ↗

Exception for unavailable compression methods.

Source from the content-addressed store, hash-verified

278 """Exception for unreadable tar archives."""
279 pass
280class CompressionError(TarError):
281 """Exception for unavailable compression methods."""
282 pass
283class StreamError(TarError):
284 """Exception for unsupported operations on stream-like TarFiles."""
285 pass

Callers 6

__init__Method · 0.85
_init_read_gzMethod · 0.85
openMethod · 0.85
gzopenMethod · 0.85
bz2openMethod · 0.85
xzopenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected