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

Class EmptyHeaderError

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

Exception for empty headers.

Source from the content-addressed store, hash-verified

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

Callers 1

frombufMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected