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

Method operation

src/Composite/Conceptual/main.py:108–109  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

106 """
107
108 def operation(self) -> str:
109 return "Leaf"
110
111
112class Composite(Component):

Callers 3

operationMethod · 0.45
client_codeFunction · 0.45
client_code2Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected