MCPcopy 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

Calls

no outgoing calls

Tested by

no test coverage detected