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

File main.py

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

Source from the content-addressed store, hash-verified

1"""
2EN: Bridge Design Pattern
3
4Intent: Lets you split a large class or a set of closely related classes into

Callers

nothing calls this directly

Calls 5

AbstractionClass · 0.85
ExtendedAbstractionClass · 0.85
client_codeFunction · 0.70

Tested by

no test coverage detected