Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RefactoringGuru/design-patterns-python
/ log_access
Method
log_access
src/Proxy/Conceptual/main.py:85–86 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
83
return
True
84
85
def
log_access(self) -> None:
86
print(
"Proxy: Logging the time of request."
, end=
""
)
87
88
89
def
client_code(subject: Subject) -> None:
Callers
1
request
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected