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

Inheritance diagram of lories.data.replication.ReplicationException

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]

Inheritance diagram of lories.data.replication.Replications

All the operations on a read-only sequence.

Concrete subclasses must override __new__ or __init__, __getitem__, and __len__.