MCPcopy Index your code
hub / github.com/python/cpython / StreamError

Class StreamError

Lib/tarfile.py:278–280  ·  view source on GitHub ↗

Exception for unsupported operations on stream-like TarFiles.

Source from the content-addressed store, hash-verified

276 """Exception for unavailable compression methods."""
277 pass
278class StreamError(TarError):
279 """Exception for unsupported operations on stream-like TarFiles."""
280 pass
281class HeaderError(TarError):
282 """Base exception for header errors."""
283 pass

Callers 2

seekMethod · 0.85
extractfileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…