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

TarInfo.gid Group ID of the user who originally stored this member.

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

class zipfile.PyZipFile(file, mode='r', compression=ZIP_STORED, allowZip64=True, optimize=-1)

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

TarInfo.mtime Time of last modification.

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

ZipFile.setpassword(pwd) Set pwd as default password to extract encrypted files.

2025-01-10 15:47:30
gzip.GzipFile
  • References/Python/Python/Data Compression

class gzip.GzipFile(filename=None, mode=None, compresslevel=9, fileobj=None, mtime=None) Constructor for the GzipFile

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

tarfile.open(name=None, mode='r', fileobj=None, bufsize=10240, **kwargs) Return a TarFile object for the pathname

2025-01-10 15:47:30