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

Class InvalidHeaderError

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

Exception for invalid headers.

Source from the content-addressed store, hash-verified

296 """Exception for end of file headers."""
297 pass
298class InvalidHeaderError(HeaderError):
299 """Exception for invalid headers."""
300 pass
301class SubsequentHeaderError(HeaderError):
302 """Exception for missing and invalid extended headers."""
303 pass

Callers 3

ntiFunction · 0.85
frombufMethod · 0.85
_proc_paxMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected