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

Method execute

src/commands/command_base.py:29–36  ·  view source on GitHub ↗

Execute the command. Returns: True if successful, False otherwise

(self)

Source from the content-addressed store, hash-verified

27
28 @abstractmethod
29 def execute(self) -> bool:
30 """
31 Execute the command.
32
33 Returns:
34 True if successful, False otherwise
35 """
36 pass
37
38 @abstractmethod
39 def undo(self) -> bool:

Callers 3

execute_commandMethod · 0.45
redoMethod · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected