TarInfo.isdev() Return
TarInfo.isblk() Return
exception tarfile.ExtractError Is raised for non-fatal errors when using TarFile.extract(), but only if
compress(data) Compress data (a
ZipFile.infolist() Return a list containing a ZipInfo object for each member of the archive. The objects are in
Decompress.unused_data A bytes object which contains any bytes past the end of the compressed data. That is, this remains b""
ZipInfo.filename Name of the file in the archive.
class lzma.LZMAFile(filename=None, mode="r", *, format=None, check=-1, preset=None, filters=None) Open an LZMA-compressed file
class tarfile.TarInfo(name="") Create a TarInfo object.
ZipInfo.reserved Must be zero.
Page 10 of 14