pyface.undo.action.redo_action module

class pyface.undo.action.redo_action.RedoAction(**traits)[source]

Bases: AbstractCommandStackAction

An action that redos the last command undone of the active command stack.

perform(event)[source]

Perform the action.