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

File main.py

src/State/Conceptual/main.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2EN: State Design Pattern
3
4Intent: Lets an object alter its behavior when its internal state changes. It

Callers

nothing calls this directly

Calls 4

ConcreteStateAClass · 0.85
request1Method · 0.80
request2Method · 0.80
ContextClass · 0.70

Tested by

no test coverage detected