(self)
| 459 | return src |
| 460 | |
| 461 | def __repr__(self) -> str: |
| 462 | return f"{self.__class__.__name__}({self._super_repr()})" |
| 463 | |
| 464 | |
| 465 | # ----------------------------------------------------------------------------- |
nothing calls this directly
no test coverage detected