Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bhowiebkr/PyFlowGraph
/ execute
Method
execute
tests/test_command_system.py:38–40 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
36
self.undo_count = 0
37
38
def
execute(self):
39
self.execute_count += 1
40
return
not self.should_fail
41
42
def
undo(self):
43
self.undo_count += 1
Callers
15
test_command_execution
Method · 0.95
test_command_undo
Method · 0.95
test_actual_execution_after_delete_undo
Method · 0.45
test_move_multiple_undo_order
Method · 0.45
test_node_execution_success
Method · 0.45
test_single_process_execution_success
Method · 0.45
test_execution_error_handling
Method · 0.45
test_execution_performance
Method · 0.45
test_single_process_security_isolation
Method · 0.45
mock_push_command
Method · 0.45
mock_redo
Method · 0.45
measure_execution_time
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected