bz2.BZ2Decompressor.eof
  • References/Python/Python/Data Compression

eof True if the end-of-stream marker has been reached.

2025-01-10 15:47:30
lzma.is_check_supported()
  • References/Python/Python/Data Compression

lzma.is_check_supported(check) Returns true if the given integrity check is supported on this system.

2025-01-10 15:47:30
tarfile.TarError
  • References/Python/Python/Data Compression

exception tarfile.TarError Base class for all tarfile exceptions.

2025-01-10 15:47:30
zlib.compressobj()
  • References/Python/Python/Data Compression

zlib.compressobj(level=-1, method=DEFLATED, wbits=15, memLevel=8, strategy=Z_DEFAULT_STRATEGY[, zdict]) Returns a compression

2025-01-10 15:47:30
zipfile.LargeZipFile
  • References/Python/Python/Data Compression

exception zipfile.LargeZipFile The error raised when a ZIP file would require ZIP64 functionality but that has not been enabled

2025-01-10 15:47:30
bz2.BZ2Decompressor.needs_input
  • References/Python/Python/Data Compression

needs_input False if the decompress() method can provide more decompressed data before requiring new

2025-01-10 15:47:30
zipfile.ZipInfo.compress_type
  • References/Python/Python/Data Compression

ZipInfo.compress_type Type of compression for the archive member.

2025-01-10 15:47:30
zipfile.ZipFile.extract()
  • References/Python/Python/Data Compression

ZipFile.extract(member, path=None, pwd=None) Extract a member from the archive to the current working directory; member

2025-01-10 15:47:30
tarfile.TarFile.extractfile()
  • References/Python/Python/Data Compression

TarFile.extractfile(member) Extract a member from the archive as a file object. member may be a filename or a TarInfo

2025-01-10 15:47:30
bz2.BZ2File.peek()
  • References/Python/Python/Data Compression

peek([n]) Return buffered data without advancing the file position. At least one byte of data will be returned (unless at EOF)

2025-01-10 15:47:30