tinycompress.lzssw ================== .. automodule:: tinycompress.lzssw .. rubric:: Attributes .. autosummary:: :toctree: :template: custom-base-template.rst :nosignatures: ~RING_SIZE_MIN ~RING_SIZE_MAX ~RING_SIZE_DEF ~MAX_MATCH_LEN_MIN ~MAX_MATCH_LEN_MAX ~MAX_MATCH_LEN_DEF ~COMMON_BYTE_DEF .. rubric:: Functions .. autosummary:: :toctree: :template: custom-base-template.rst :nosignatures: ~compress ~decompress ~main ~open .. rubric:: Classes .. autosummary:: :toctree: :template: custom-class-template.rst :nosignatures: LZSSWCompressor LZSSWDecompressor LZSSWFile .. rubric:: Exceptions .. autosummary:: :toctree: :template: custom-class-template.rst :nosignatures: LZSSWException