lories.data.replication# Exceptions# ReplicationException Raise if an error occurred while replicating. Classes# Replications All the operations on a read-only sequence. Module Contents# exception lories.data.replication.ReplicationException[source]# Bases: lories.ResourceError Raise if an error occurred while replicating. Initialize self. See help(type(self)) for accurate signature. class lories.data.replication.Replications(resources=())[source]# Bases: collections.abc.Sequence[Replication] All the operations on a read-only sequence. Concrete subclasses must override __new__ or __init__, __getitem__, and __len__.