binaryai.compressed_file ======================== .. py:module:: binaryai.compressed_file Classes ------- .. autoapisummary:: binaryai.compressed_file.CompressedFile Module Contents --------------- .. 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. .. py:attribute:: path .. py:attribute:: sha256