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

Class SubsequentHeaderError

Lib/tarfile.py:296–298  ·  view source on GitHub ↗

Exception for missing and invalid extended headers.

Source from the content-addressed store, hash-verified

294 """Exception for invalid headers."""
295 pass
296class SubsequentHeaderError(HeaderError):
297 """Exception for missing and invalid extended headers."""
298 pass
299
300#---------------------------
301# internal stream interface

Callers 2

_proc_gnulongMethod · 0.85
_proc_paxMethod · 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…