fleche.storage.bagofholding_file
Attributes
Classes
File-based storage backend using pickle. |
|
Bridges |
|
Bridges |
Module Contents
- class fleche.storage.bagofholding_file.BagOfHoldingH5FileBackend[source]
Bases:
fleche.storage.file.FileStorageFile-based storage backend using pickle.
Stores objects on the filesystem.
- class fleche.storage.bagofholding_file.ValueBagOfHoldingH5File[source]
Bases:
fleche.storage.base.ValueMixin,fleche.storage.base.DestructuringMixin,BagOfHoldingH5FileBackendBridges
ValueStoragewithStorageBackendprimitives.Implements
saveandloadusingputandget. Concrete classes inherit from this and aStorageBackendimplementation to get a fully functional value storage.
- class fleche.storage.bagofholding_file.CallBagOfHoldingH5File[source]
Bases:
fleche.storage.base.CallMixin,BagOfHoldingH5FileBackendBridges
CallStoragewithStorageBackendprimitives.Implements
save,load, andqueryusingputandget, deriving the storage key from the call’s lookup key.transformis inherited fromCallStorage.Concrete classes inherit from this and a
StorageBackendimplementation to get a fully functional call storage.