| IDAPython 9.0
    | 
| Namespaces | |
| namespace | ida_undo | 
| Undo functionality. | |
| Functions | |
| "bool" | create_undo_point (*args) | 
| create_undo_point(action_name, label) -> bool Create a new restore point. | |
| "qstring *" | get_undo_action_label () | 
| get_undo_action_label() -> str Get the label of the action that will be undone. | |
| "qstring *" | get_redo_action_label () | 
| get_redo_action_label() -> str Get the label of the action that will be redone. | |
| "bool" | perform_undo () | 
| perform_undo() -> bool Perform undo. | |
| "bool" | perform_redo () | 
| perform_redo() -> bool Perform redo. | |