(self)
| 56 | self.allow_optional = False |
| 57 | |
| 58 | def __str__(self): |
| 59 | return f"{self.component_id_str()}.{self.component_property}" |
| 60 | |
| 61 | def __repr__(self): |
| 62 | return f"<{self.__class__.__name__} `{self}`>" |
nothing calls this directly
no test coverage detected