Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RefactoringGuru/design-patterns-python
/ handle1
Method
handle1
src/State/Conceptual/main.py:85–86 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
83
84
@abstractmethod
85
def
handle1(self) -> None:
86
pass
87
88
@abstractmethod
89
def
handle2(self) -> None:
Callers
1
request1
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected