Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
""
"
2
EN: Command Design Pattern
3
4
Intent: Turns a request into a stand-alone object that contains all information
Callers
nothing calls this directly
Calls
7
Invoker
Class · 0.85
SimpleCommand
Class · 0.85
Receiver
Class · 0.85
ComplexCommand
Class · 0.85
set_on_start
Method · 0.80
set_on_finish
Method · 0.80
do_something_important
Method · 0.80
Tested by
no test coverage detected