MCPcopy Create free account
hub / github.com/RefactoringGuru/design-patterns-python / request1

Method request1

src/State/Conceptual/main.py:56–57  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

54 """
55
56 def request1(self):
57 self._state.handle1()
58
59 def request2(self):
60 self._state.handle2()

Callers 1

main.pyFile · 0.80

Calls 1

handle1Method · 0.45

Tested by

no test coverage detected