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

Method get_redo_description

src/core/node_graph.py:92–94  ·  view source on GitHub ↗

Get description of next redo operation.

(self)

Source from the content-addressed store, hash-verified

90 return self.command_history.get_undo_description()
91
92 def get_redo_description(self):
93 """Get description of next redo operation."""
94 return self.command_history.get_redo_description()
95
96 def clear_graph(self):
97 """Removes all nodes, connections, and groups from the scene."""

Callers 2

test_undo_redo_cycleMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_undo_redo_cycleMethod · 0.36