Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RefactoringGuru/design-patterns-python
/ request2
Method
request2
src/State/Conceptual/main.py:59–60 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
57
self._state.handle1()
58
59
def
request2(self):
60
self._state.handle2()
61
62
63
class
State(ABC):
Callers
1
main.py
File · 0.80
Calls
1
handle2
Method · 0.45
Tested by
no test coverage detected