(self)
| 55 | self._supported_events: Attribute[list[str]] = NotSet |
| 56 | |
| 57 | def __repr__(self) -> str: |
| 58 | return self.get__repr__({"name": self._name.value}) |
| 59 | |
| 60 | @property |
| 61 | def events(self) -> list[str]: |
nothing calls this directly
no test coverage detected