tarfile.TarFile.extractall()

TarFile.extractall(path=".", members=None, *, numeric_owner=False) Extract all members from the archive to the current working

2016-10-07 17:44:09
lzma.LZMADecompressor

class lzma.LZMADecompressor(format=FORMAT_AUTO, memlimit=None, filters=None) Create a decompressor object, which can be used

2016-10-07 17:36:28
zlib.Decompress.flush()

Decompress.flush([length]) All pending input is processed, and a bytes object containing the remaining uncompressed output is

2016-10-07 17:48:49
bz2.compress()

bz2.compress(data, compresslevel=9) Compress data. compresslevel, if given

2016-10-07 17:28:14
tarfile.TarFile.gettarinfo()

TarFile.gettarinfo(name=None, arcname=None, fileobj=None) Create a TarInfo object from the result of

2016-10-07 17:44:10
tarfile.TarInfo.type

TarInfo.type File type. type is usually one of these constants: REGTYPE, AREGTYPE, LNKTYPE

2016-10-07 17:44:15
tarfile.CompressionError

exception tarfile.CompressionError Is raised when a compression method is not supported or when the data cannot be decoded properly

2016-10-07 17:44:06
tarfile.ReadError

exception tarfile.ReadError Is raised when a tar archive is opened, that either cannot be handled by the tarfile

2016-10-07 17:44:07
zipfile.ZipFile.close()

ZipFile.close() Close the archive file. You must call close() before exiting your program or essential records

2016-10-07 17:48:40
lzma.compress()

lzma.compress(data, format=FORMAT_XZ, check=-1, preset=None, filters=None) Compress data (a

2016-10-07 17:36:27