Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RefactoringGuru/design-patterns-python
/ main.py
File
main.py
src/Mediator/Conceptual/main.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"
2
EN: Mediator Design Pattern
3
4
Intent: Lets you reduce chaotic dependencies between objects. The pattern
Callers
nothing calls this directly
Calls
5
Component1
Class · 0.85
Component2
Class · 0.85
ConcreteMediator
Class · 0.85
do_a
Method · 0.80
do_d
Method · 0.80
Tested by
no test coverage detected