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

Class StreamError

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

Exception for unsupported operations on stream-like TarFiles.

Source from the content-addressed store, hash-verified

281 """Exception for unavailable compression methods."""
282 pass
283class StreamError(TarError):
284 """Exception for unsupported operations on stream-like TarFiles."""
285 pass
286class HeaderError(TarError):
287 """Base exception for header errors."""
288 pass

Callers 2

seekMethod · 0.85
extractfileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected