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

Class EmptyHeaderError

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

Exception for empty headers.

Source from the content-addressed store, hash-verified

284 """Base exception for header errors."""
285 pass
286class EmptyHeaderError(HeaderError):
287 """Exception for empty headers."""
288 pass
289class TruncatedHeaderError(HeaderError):
290 """Exception for truncated headers."""
291 pass

Callers 1

frombufMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected