MCPcopy Index your code
hub / github.com/RustPython/RustPython / StreamError

Class StreamError

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

Exception for unsupported operations on stream-like TarFiles.

Source from the content-addressed store, hash-verified

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

Callers 2

seekMethod · 0.85
extractfileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected