lzma.LZMACompressor
  • References/Python/Python/Data Compression

class lzma.LZMACompressor(format=FORMAT_XZ, check=-1, preset=None, filters=None) Create a compressor object, which can be used

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

TarInfo.islnk() Return

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

ZipInfo.comment Comment for the individual archive member.

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

writepy(pathname, basename='', filterfunc=None) Search for files *.py and add the corresponding file to the archive

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

TarFile.getmember(name) Return a TarInfo object for member name. If name can not be found in

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

unused_data Data found after the end of the compressed stream. If this attribute is accessed

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

ZipFile.read(name, pwd=None) Return the bytes of the file name in the archive. name is the name of the file

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

TarInfo.isreg() Same as isfile().

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

ZipInfo.create_system System which created ZIP archive.

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

exception tarfile.HeaderError Is raised by TarInfo.frombuf() if the buffer it gets is invalid.

2025-01-10 15:47:30