class documentation

class Algorithm(IntEnum): (source)

View In Hierarchy

Undocumented

Constant NONE Undocumented
Constant ZLIB Deprecated, use ZSTD instead.
Constant ZSTD Undocumented
NONE: int = (source)

Undocumented

Value
0
ZLIB: int = (source)

Deprecated, use ZSTD instead.

Value
1
ZSTD: int = (source)

Undocumented

Value
2