pydistsim.restrictions.reliability.PartialReliability

class PartialReliability[source]

Bases: ReliabilityRestriction

No failures will occur.

Under this restriction, protocols do not need to take failures into account. Note that under PartialReliability, failures might have occurred before the execution of a computation.

TODO: The simulation does not support partial reliability so this is the same as TotalReliability.

Methods

__init__

check

get_help_message

Attributes

help_message