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

Class InvalidHeaderError

Lib/tarfile.py:295–297  ·  view source on GitHub ↗

Exception for invalid headers.

Source from the content-addressed store, hash-verified

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

Callers 5

ntiFunction · 0.85
frombufMethod · 0.85
_proc_paxMethod · 0.85
_proc_gnusparse_00Method · 0.85
_blockMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected