lzma.LZMADecompressor.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.ZipFile.printdir()
  • References/Python/Python/Data Compression

ZipFile.printdir() Print a table of contents for the archive to sys.stdout.

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

lzma.decompress(data, format=FORMAT_AUTO, memlimit=None, filters=None) Decompress data (a

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

ZipInfo.file_size Size of the uncompressed file.

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

exception zlib.error Exception raised on compression and decompression errors.

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

ZipInfo.flag_bits ZIP flag bits.

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

TarInfo.isdir() Return

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

lzma.compress(data, format=FORMAT_XZ, check=-1, preset=None, filters=None) Compress data (a

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

ZipInfo.CRC CRC-32 of the uncompressed file.

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

bz2.decompress(data) Decompress data. If data is the concatenation of multiple

2025-01-10 15:47:30