(self)
| 638 | |
| 639 | @property |
| 640 | def applied_summary(self) -> List[str]: |
| 641 | return self._applied |
| 642 | |
| 643 | |
| 644 | # --------------------------------------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected