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]
_save(value: Any, key: fleche.digest.Digest) fleche.digest.Digest[source]
_load(key: fleche.digest.Digest) Any[source]