MCPcopy 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"""
2EN: Mediator Design Pattern
3
4Intent: Lets you reduce chaotic dependencies between objects. The pattern

Callers

nothing calls this directly

Calls 5

Component1Class · 0.85
Component2Class · 0.85
ConcreteMediatorClass · 0.85
do_aMethod · 0.80
do_dMethod · 0.80

Tested by

no test coverage detected