astromodule.pipeline.PipelineStorage#
- class PipelineStorage[source]#
The storage used share resources between pipeline stage
- Attributes:
- storage: dict
The data shared across pipeline stages
Methods
del_storage
(storage_id)Delete storage defined by
storage_id
has_key
(key[, storage_id])read
(key[, storage_id])Retrieve the
value
identified by akey
read_many
(keys[, storage_id])Retrieve the
values
identified bykeys
write
(key, value[, storage_id])Stores
value
identified by akey
write_many
([storage_id])Stores
value
identified by akey
indata
- classmethod __new__(*args, **kwargs)#