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

Method operation1

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

Source from the content-addressed store, hash-verified

74 """
75
76 def operation1(self) -> str:
77 return "Subsystem1: Ready!"
78
79 # ...
80

Callers 1

operationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected