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

Class InvalidHeaderError

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

Exception for invalid headers.

Source from the content-addressed store, hash-verified

291 """Exception for end of file headers."""
292 pass
293class InvalidHeaderError(HeaderError):
294 """Exception for invalid headers."""
295 pass
296class SubsequentHeaderError(HeaderError):
297 """Exception for missing and invalid extended headers."""
298 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…