module documentation

Undocumented

Class MetaStateMachine Undocumented
Class StateMachine No class docstring; 0/2 instance variable, 0/1 class variable, 1/18 method, 0/2 class method documented
Exception ForkedTransition Undocumented
Exception GuardNotSatisfied Undocumented
Exception InvalidConfiguration Undocumented
Exception InvalidTransition Undocumented
Function state Undocumented
Function transition Undocumented
Variable StateMachineBase Undocumented
Class _ActionRunner Undocumented
Class _Guard Undocumented
Class _State Undocumented
Class _Transition Undocumented
Function _listize Undocumented
Variable _state_gatherer Undocumented
Variable _transition_gatherer Undocumented
def state(name, enter=None, exit=None): (source)

Undocumented

def transition(event, from_, to, action=None, guard=None): (source)

Undocumented

StateMachineBase = (source)

Undocumented

def _listize(value): (source)

Undocumented

_state_gatherer: list = (source)

Undocumented

_transition_gatherer: list = (source)

Undocumented