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

TarInfo.mode Permission bits.

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

TarInfo.tobuf(format=DEFAULT_FORMAT, encoding=ENCODING, errors='surrogateescape') Create a string buffer from a TarInfo

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

TarInfo.pax_headers A dictionary containing key-value pairs of an associated pax extended header.

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

TarInfo.size Size in bytes.

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

TarInfo.mtime Time of last modification.

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

ZipInfo.create_version PKZIP version which created ZIP archive.

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

TarFile.extract(member, path="", set_attrs=True, *, numeric_owner=False) Extract a member from the archive to the current working

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

ZipFile.write(filename, arcname=None, compress_type=None) Write the file named filename to the archive, giving it the

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

tarfile.is_tarfile(name) Return

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

TarInfo.uid User ID of the user who originally stored this member.

2025-01-10 15:47:30