MCPcopy 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
63class State(ABC):

Callers 1

main.pyFile · 0.80

Calls 1

handle2Method · 0.45

Tested by

no test coverage detected