Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RefactoringGuru/design-patterns-python
/ main.py
File
main.py
src/Memento/Conceptual/main.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"
2
EN: Memento Design Pattern
3
4
Intent: Lets you save and restore the previous state of an object without
Callers
nothing calls this directly
Calls
6
Originator
Class · 0.85
Caretaker
Class · 0.85
backup
Method · 0.80
show_history
Method · 0.80
undo
Method · 0.80
do_something
Method · 0.45
Tested by
no test coverage detected