(self, component: Component)
| 55 | _component: Component = None |
| 56 | |
| 57 | def __init__(self, component: Component) -> None: |
| 58 | self._component = component |
| 59 | |
| 60 | @property |
| 61 | def component(self) -> Component: |
nothing calls this directly
no outgoing calls
no test coverage detected