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
TarFile.pax_headers A dictionary containing key-value pairs of pax global headers.
ZipFile.comment The comment text associated with the ZIP file. If assigning a comment to a ZipFile instance created
zlib.decompress(data[, wbits[, bufsize]]) Decompresses the bytes in data, returning a bytes object containing the uncompressed
gzip.decompress(data) Decompress the data, returning a
class zipfile.PyZipFile(file, mode='r', compression=ZIP_STORED, allowZip64=True, optimize=-1)
Page 14 of 14