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

Method get_name

src/Memento/Conceptual/main.py:96–97  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

94
95 @abstractmethod
96 def get_name(self) -> str:
97 pass
98
99 @abstractmethod
100 def get_date(self) -> str:

Callers 2

undoMethod · 0.45
show_historyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected