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

File main.py

src/Command/Conceptual/main.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2EN: Command Design Pattern
3
4Intent: Turns a request into a stand-alone object that contains all information

Callers

nothing calls this directly

Calls 7

InvokerClass · 0.85
SimpleCommandClass · 0.85
ReceiverClass · 0.85
ComplexCommandClass · 0.85
set_on_startMethod · 0.80
set_on_finishMethod · 0.80

Tested by

no test coverage detected