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

File main.py

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

Source from the content-addressed store, hash-verified

1"""
2EN: Proxy Design Pattern
3
4Intent: Provide a surrogate or placeholder for another object to control access

Callers

nothing calls this directly

Calls 3

RealSubjectClass · 0.85
ProxyClass · 0.85
client_codeFunction · 0.70

Tested by

no test coverage detected