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:: _to_file(value: Any, path: pathlib.Path) -> None .. py:method:: _from_file(path: pathlib.Path) -> Any