:py:mod:`binaryai.compressed_file` ================================== .. py:module:: binaryai.compressed_file Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: binaryai.compressed_file.CompressedFile .. py:class:: CompressedFile(path: str, sha256: str) Bases: :py:obj:`object` A compressed file entity. Note that a file may have no sha256 which should be empty string, e.g. /dev/console and /dev/null.