MCPcopy Create free account
hub / github.com/bhowiebkr/PyFlowGraph / on_redo

Method on_redo

src/ui/editor/node_editor_window.py:364–366  ·  view source on GitHub ↗

Handle redo action.

(self)

Source from the content-addressed store, hash-verified

362 self.graph.undo_last_command()
363
364 def on_redo(self):
365 """Handle redo action."""
366 self.graph.redo_last_command()
367
368 def on_undo_history(self):
369 """Open the undo history dialog."""

Callers

nothing calls this directly

Calls 1

redo_last_commandMethod · 0.80

Tested by

no test coverage detected