fleche.storage.bagofholding_file

Attributes

logger

Classes

BagOfHoldingH5File

File-based storage backend using pickle.

Module Contents

fleche.storage.bagofholding_file.logger[source]
class fleche.storage.bagofholding_file.BagOfHoldingH5File[source]

Bases: fleche.storage.file.FileStorage

File-based storage backend using pickle.

Stores objects on the filesystem.

__post_init__()[source]
_to_file(value: Any, path: pathlib.Path) None[source]
_from_file(path: pathlib.Path) Any[source]