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

Class EOFHeaderError

Lib/tarfile.py:290–292  ·  view source on GitHub ↗

Exception for end of file headers.

Source from the content-addressed store, hash-verified

288 """Exception for truncated headers."""
289 pass
290class EOFHeaderError(HeaderError):
291 """Exception for end of file headers."""
292 pass
293class InvalidHeaderError(HeaderError):
294 """Exception for invalid headers."""
295 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…