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

Class TruncatedHeaderError

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

Exception for truncated headers.

Source from the content-addressed store, hash-verified

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

Callers 1

frombufMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected