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

Class TruncatedHeaderError

Lib/tarfile.py:287–289  ·  view source on GitHub ↗

Exception for truncated headers.

Source from the content-addressed store, hash-verified

285 """Exception for empty headers."""
286 pass
287class TruncatedHeaderError(HeaderError):
288 """Exception for truncated headers."""
289 pass
290class EOFHeaderError(HeaderError):
291 """Exception for end of file headers."""
292 pass

Callers 1

_frombufMethod · 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…