finesse.analysis.actions.temporary
¶
Temporary actions allow for temporary state changes to perform some chosen set of actions with, then returning to the original state.
Classes
|
Make the first action in a series of actions temporary, i.e. restore its parameters after the rest of the actions are complete. |
|
An action that will revert any changed parameters back to their values before this action was called. |
Functions
|
Converts an action into a temporary action. |