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

Class ExtractError

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

General exception for extract errors.

Source from the content-addressed store, hash-verified

267 """Base exception."""
268 pass
269class ExtractError(TarError):
270 """General exception for extract errors."""
271 pass
272class ReadError(TarError):
273 """Exception for unreadable tar archives."""
274 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…