(self, fit)
| 142 | super().__init__(fittingView, 1401, (3, 0, 0)) |
| 143 | |
| 144 | def _getValue(self, fit): |
| 145 | return fit.alignTime, None |
| 146 | |
| 147 | def _getFitTooltip(self): |
| 148 | return 'Agility factor' |
nothing calls this directly
no outgoing calls
no test coverage detected