Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RefactoringGuru/design-patterns-python
/ request
Method
request
src/Proxy/Conceptual/main.py:49–50 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
47
""
"
48
49
def
request(self) -> None:
50
print(
"RealSubject: Handling request."
)
51
52
53
class
Proxy(Subject):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected