(self, fit)
| 316 | super().__init__(fittingView, 1391, (3, 0, 0)) |
| 317 | |
| 318 | def _getValue(self, fit): |
| 319 | return fit.maxWarpDistance, 'AU' |
| 320 | |
| 321 | def _getFitTooltip(self): |
| 322 | return 'Maximum warp distance' |
nothing calls this directly
no outgoing calls
no test coverage detected