tarfile.TarInfo.isreg()
  • References/Python/Python/Data Compression

TarInfo.isreg() Same as isfile().

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

TarFile.add(name, arcname=None, recursive=True, exclude=None, *, filter=None) Add the file name to the archive. name

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
zlib.Decompress.unused_data
  • References/Python/Python/Data Compression

Decompress.unused_data A bytes object which contains any bytes past the end of the compressed data. That is, this remains b""

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
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.create_system
  • References/Python/Python/Data Compression

ZipInfo.create_system System which created ZIP archive.

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

TarFile.list(verbose=True, *, members=None) Print a table of contents to sys.stdout. If verbose is

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

exception zipfile.BadZipfile Alias of BadZipFile, for compatibility with older Python versions.

2025-01-10 15:47:30