fleche.storage.bagofholding_file ================================ .. py:module:: fleche.storage.bagofholding_file Attributes ---------- .. autoapisummary:: fleche.storage.bagofholding_file.logger Classes ------- .. autoapisummary:: fleche.storage.bagofholding_file.BagOfHoldingH5File Module Contents --------------- .. py:data:: logger .. py:class:: BagOfHoldingH5File Bases: :py:obj:`fleche.storage.file.FileStorage` File-based storage backend using pickle. Stores objects on the filesystem. .. py:method:: __post_init__() .. py:method:: _save(value: Any, key: fleche.digest.Digest) -> fleche.digest.Digest .. py:method:: _load(key: fleche.digest.Digest) -> Any