Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
112
class
Composite(Component):
Callers
3
operation
Method · 0.45
client_code
Function · 0.45
client_code2
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected