MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / TruncatedHeaderError

Class TruncatedHeaderError

tools/python-3.11.9-amd64/Lib/tarfile.py:292–294  ·  view source on GitHub ↗

Exception for truncated headers.

Source from the content-addressed store, hash-verified

290 """Exception for empty headers."""
291 pass
292class TruncatedHeaderError(HeaderError):
293 """Exception for truncated headers."""
294 pass
295class EOFHeaderError(HeaderError):
296 """Exception for end of file headers."""
297 pass

Callers 1

frombufMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected