MCPcopy 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
47class TestCommandBase(unittest.TestCase):

Calls

no outgoing calls

Tested by

no test coverage detected