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

Class EmptyHeaderError

Lib/tarfile.py:284–286  ·  view source on GitHub ↗

Exception for empty headers.

Source from the content-addressed store, hash-verified

282 """Base exception for header errors."""
283 pass
284class EmptyHeaderError(HeaderError):
285 """Exception for empty headers."""
286 pass
287class TruncatedHeaderError(HeaderError):
288 """Exception for truncated headers."""
289 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…