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

Method operation1

src/Facade/Conceptual/main.py:92–93  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

90 """
91
92 def operation1(self) -> str:
93 return "Subsystem2: Get ready!"
94
95 # ...
96

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected