SecureBlackbox 2020 Python Edition

Questions / Feedback?

compression_level Property

Compression level to apply (1-9).

Syntax

def get_compression_level() -> int: ...
def set_compression_level(value: int) -> None: ...

compression_level = property(get_compression_level, set_compression_level)

Default Value

6

Remarks

Use this property to specify the compression level to use, from 1 (the lightest, but quickest) to 9 (the best, but the slowest).

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]