MCPcopy Create free account
hub / github.com/RefactoringGuru/design-patterns-python / execute

Method execute

src/Command/Conceptual/main.py:29–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27
28 @abstractmethod
29 def execute(self) -> None:
30 pass
31
32
33class SimpleCommand(Command):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected