Archives

PyLzma

Python stdlib module — lzma. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.

Other Methods

.compress()Neutral
#
Signature
compress(data, format, check, preset, filters)

Compress a block of data.

.decompress()Neutral
#
Signature
decompress(data, format, memlimit, filters)

Decompress a block of data.

.is_check_supported()Neutral
#
Signature
is_check_supported(check_id)

Test whether the given integrity check is supported.

.open()Neutral
#
Signature
open(filename, mode, format, check, preset, filters, encoding, errors, newline)

Open an LZMA-compressed file in binary or text mode.

.LZMACompressor()Neutral
#
Signature
LZMACompressor(...)

LZMACompressor(format=FORMAT_XZ, check=-1, preset=None, filters=None)

.LZMADecompressor()Neutral
#
Signature
LZMADecompressor(...)

Create a decompressor object for decompressing data incrementally.

.LZMAError()Neutral
#
Signature
LZMAError(...)

Call to liblzma failed.

.LZMAFile()Neutral
#
Signature
LZMAFile(...)

A file object providing transparent LZMA (de)compression.

Fully-Qualified Names

FQNField
lzmafqns[0]

Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.

Import

rule.py
import lzma