mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Add lzma.{encode,decode}_filter_properties().
This commit is contained in:
parent
75d5d8c781
commit
f55b329edc
4 changed files with 252 additions and 4 deletions
|
@ -19,6 +19,7 @@ __all__ = [
|
|||
|
||||
"LZMACompressor", "LZMADecompressor", "LZMAFile", "LZMAError",
|
||||
"compress", "decompress", "check_is_supported",
|
||||
"encode_filter_properties", "decode_filter_properties",
|
||||
]
|
||||
|
||||
import io
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue