(self)
| 53 | |
| 54 | @property |
| 55 | def wrappers(self): |
| 56 | # Sort fits first, then target profiles |
| 57 | return sorted(self._wrappers, key=lambda w: not w.isFit) |
| 58 | |
| 59 | # UI-related stuff |
| 60 | @property |
nothing calls this directly
no outgoing calls
no test coverage detected