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

Class ExtractError

Lib/tarfile.py:271–273  ·  view source on GitHub ↗

General exception for extract errors.

Source from the content-addressed store, hash-verified

269 """Base exception."""
270 pass
271class ExtractError(TarError):
272 """General exception for extract errors."""
273 pass
274class ReadError(TarError):
275 """Exception for unreadable tar archives."""
276 pass

Callers 6

makefifoMethod · 0.85
makedevMethod · 0.85
makelink_with_filterMethod · 0.85
chownMethod · 0.85
chmodMethod · 0.85
utimeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected