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

Method parent

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

Source from the content-addressed store, hash-verified

27
28 @property
29 def parent(self) -> Component:
30 return self._parent
31
32 @parent.setter
33 def parent(self, parent: Component):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected