Bases: Action
Action
The abstract base class for all actions that operate on a command stack.
The undo manager.
Called when the action is no longer required.
By default this method does nothing, but this would be a great place to unhook trait listeners etc.
pyface.undo.action package
pyface.undo.action.api module