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

Class EOFHeaderError

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

Exception for end of file headers.

Source from the content-addressed store, hash-verified

293 """Exception for truncated headers."""
294 pass
295class EOFHeaderError(HeaderError):
296 """Exception for end of file headers."""
297 pass
298class InvalidHeaderError(HeaderError):
299 """Exception for invalid headers."""
300 pass

Callers 1

frombufMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected