needs_input False if the decompress() method can provide more decompressed data before requiring new
TarInfo.isdir() Return
TarFile.gettarinfo(name=None, arcname=None, fileobj=None) Create a TarInfo object from the result of
exception lzma.LZMAError This exception is raised when an error occurs during compression or decompression, or while initializing
bz2.compress(data, compresslevel=9) Compress data. compresslevel, if given
TarFile.extractall(path=".", members=None, *, numeric_owner=False) Extract all members from the archive to the current working
ZipInfo.CRC CRC-32 of the uncompressed file.
ZipInfo.file_size Size of the uncompressed file.
TarInfo.type File type. type is usually one of these constants: REGTYPE, AREGTYPE, LNKTYPE
ZipFile.close() Close the archive file. You must call close() before exiting your program or essential records
Page 1 of 14