.event_waiting package

Submodules

.event_waiting.base module

class PlaySpec(enabled, filter_logs, log_filter_pattern)[source]

Bases: NamedTuple

enabled: bool

Alias for field number 0

filter_logs: bool

Alias for field number 1

log_filter_pattern: str

Alias for field number 2

replicate(enabled: Optional[bool] = None, filter_logs: Optional[bool] = None, log_filter_pattern: Optional[str] = None) ska_ser_skallop.mvp_control.event_waiting.base.PlaySpec[source]

Generate a replica of original tuple with updated values as given by args. :return: the updated spec as a replica of original

exception SideCarException(exc: Exception)[source]

Bases: Exception

Used to signal an general exception occurred during a particular routine, the routine of which is specified by having a more specific exception class derived from this one. The handler of the exception can then retrieve the original general exception that was tagged along with the additional knowledge of when it occurred

.event_waiting.set_to_wait module

.event_waiting.wait module

Module contents