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

Class SubsequentHeaderError

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

Exception for missing and invalid extended headers.

Source from the content-addressed store, hash-verified

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

Callers 2

_proc_gnulongMethod · 0.85
_proc_paxMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected