Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bhowiebkr/PyFlowGraph
/ undo
Method
undo
tests/test_command_system.py:42–44 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
40
return
not self.should_fail
41
42
def
undo(self):
43
self.undo_count += 1
44
return
not self.should_fail
45
46
47
class
TestCommandBase(unittest.TestCase):
Callers
11
test_command_undo
Method · 0.95
test_move_multiple_undo_order
Method · 0.45
test_undo_redo_cycle
Method · 0.45
test_ctrl_z_in_editor_uses_internal_undo
Method · 0.45
test_editor_undo_redo_independent_of_graph
Method · 0.45
mock_undo
Method · 0.45
test_user_scenario_edit_undo_redo_edit_again
Method · 0.45
test_focus_dependent_undo_behavior
Method · 0.45
test_multiple_editors_independent_undo
Method · 0.45
test_paste_command_undo_behavior
Method · 0.45
measure_undo_time
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected