Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RefactoringGuru/design-patterns-python
/ get_date
Method
get_date
src/Memento/Conceptual/main.py:100–101 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
98
99
@abstractmethod
100
def
get_date(self) -> str:
101
pass
102
103
104
class
ConcreteMemento(Memento):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected