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

Method get_undo_description

src/core/node_graph.py:88–90  ·  view source on GitHub ↗

Get description of next undo operation.

(self)

Source from the content-addressed store, hash-verified

86 return self.command_history.can_redo()
87
88 def get_undo_description(self):
89 """Get description of next undo operation."""
90 return self.command_history.get_undo_description()
91
92 def get_redo_description(self):
93 """Get description of next redo operation."""

Callers 2

test_undo_redo_cycleMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_undo_redo_cycleMethod · 0.36