tarfile.TarInfo.uname
  • References/Python/Python/Data Compression

TarInfo.uname User name.

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
tarfile.TarInfo.type
  • References/Python/Python/Data Compression

TarInfo.type File type. type is usually one of these constants: REGTYPE, AREGTYPE, LNKTYPE

2025-01-10 15:47:30
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.ZipInfo.flag_bits
  • References/Python/Python/Data Compression

ZipInfo.flag_bits ZIP flag bits.

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

bz2.compress(data, compresslevel=9) Compress data. compresslevel, if given

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

ZipFile.close() Close the archive file. You must call close() before exiting your program or essential records

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

exception lzma.LZMAError This exception is raised when an error occurs during compression or decompression, or while initializing

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

TarFile.extractall(path=".", members=None, *, numeric_owner=False) Extract all members from the archive to the current working

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

exception tarfile.CompressionError Is raised when a compression method is not supported or when the data cannot be decoded properly

2025-01-10 15:47:30