Functions | |
| def | loadAction |
| def | registerActions |
Variables | |
| tuple | Action = namedtuple("Action", "event orders conditions") |
Hosts the actions and a function to create them
| def management.actions.loadAction | ( | event, | |
| dat, | |||
| named | |||
| ) |
Returns an action instance from a Xml structure and name mapping
| def management.actions.registerActions | ( | action_dict, | |
| named | |||
| ) |
Create a list of action from a Xml describing them
1.7.6.1