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:31–32 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
29
30
@abstractmethod
31
def
request(self) -> None:
32
pass
33
34
35
class
RealSubject(Subject):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected