tarfile.StreamError

exception tarfile.StreamError Is raised for the limitations that are typical for stream-like TarFile objects.

2016-10-07 17:44:08
tarfile.TarInfo.linkname

TarInfo.linkname Name of the target file name, which is only present in TarInfo objects of type LNKTYPE

2016-10-07 17:44:13
zlib.Decompress.decompress()

Decompress.decompress(data[, max_length]) Decompress data, returning a bytes object containing the uncompressed data

2016-10-07 17:48:48
bz2.BZ2Compressor.flush()

flush() Finish the compression process. Returns the compressed data left in internal buffers. The

2016-10-07 17:28:13
zipfile.LargeZipFile

exception zipfile.LargeZipFile The error raised when a ZIP file would require ZIP64 functionality but that has not been enabled

2016-10-07 17:48:39
lzma.is_check_supported()

lzma.is_check_supported(check) Returns true if the given integrity check is supported on this system.

2016-10-07 17:36:28
zipfile.ZipInfo.compress_type

ZipInfo.compress_type Type of compression for the archive member.

2016-10-07 17:48:43
zipfile.ZipFile.testzip()

ZipFile.testzip() Read all the files in the archive and check their CRC’s and file headers. Return the name of the first bad

2016-10-07 17:48:42
tarfile.TarFile.getnames()

TarFile.getnames() Return the members as a list of their names. It has the same order as the list returned by getmembers()

2016-10-07 17:44:09
zlib.crc32()

zlib.crc32(data[, value]) Computes a CRC (Cyclic Redundancy Check) checksum of data. The result is an unsigned 32-bit

2016-10-07 17:48:48