TarFile.pax_headers A dictionary containing key-value pairs of pax global headers.
ZipFile.setpassword(pwd) Set pwd as default password to extract encrypted files.
ZipFile.debug The level of debug output to use. This may be set from 0 (the default, no output) to 3
TarInfo.gid Group ID of the user who originally stored this member.
TarInfo.tobuf(format=DEFAULT_FORMAT, encoding=ENCODING, errors='surrogateescape') Create a string buffer from a TarInfo
TarInfo.mode Permission bits.
TarInfo.mtime Time of last modification.
class tarfile.TarFile Class for reading and writing tar archives. Do not use this class directly: use tarfile.open()
exception tarfile.HeaderError Is raised by TarInfo.frombuf() if the buffer it gets is invalid.
tarfile.is_tarfile(name) Return
Page 13 of 14