lories.data.retention#
Exceptions#
Raise if an error occurred while processing retention policy. |
Classes#
All the operations on a read-write sequence. |
Module Contents#
- exception lories.data.retention.RetentionException[source]#
Bases:
lories.ResourceError
Raise if an error occurred while processing retention policy.
Initialize self. See help(type(self)) for accurate signature.
- class lories.data.retention.Retentions(*retentions: Retention)[source]#
Bases:
MutableSequence[Retention]
All the operations on a read-write sequence.
Concrete subclasses must provide __new__ or __init__, __getitem__, __setitem__, __delitem__, __len__, and insert().