tarfile.TarFile.next()
  • References/Python/Python/Data Compression

TarFile.next() Return the next member of the archive as a TarInfo object, when TarFile is opened for

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

exception tarfile.ExtractError Is raised for non-fatal errors when using TarFile.extract(), but only if

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

TarInfo.name Name of the archive member.

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

ZipInfo.filename Name of the file in the archive.

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
lzma.LZMACompressor.compress()
  • References/Python/Python/Data Compression

compress(data) Compress data (a

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

class tarfile.TarInfo(name="") Create a TarInfo object.

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

TarInfo.islnk() Return

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