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

Class ExtractError

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

General exception for extract errors.

Source from the content-addressed store, hash-verified

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

Callers 6

makefifoMethod · 0.85
makedevMethod · 0.85
makelinkMethod · 0.85
chownMethod · 0.85
chmodMethod · 0.85
utimeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected