aeidon.RevertableActionGroup

Source: aeidon/revertable.py

Anchestors: builtins.object

class aeidon.RevertableActionGroup

Group of RevertableAction.

RevertableActionGroup.actions

Sequence of RevertableAction in group

RevertableActionGroup.description

Short one line description

Methods

RevertableActionGroup.__init__(**kwargs)

Initialize a RevertableAction instance.

kwargs can contain any of the names of public instance variables, of which actions and description are required to be set eventually, either with kwargs or direct assignment later.