(self, fit)
| 299 | super().__init__(fittingView, 1389, (3, 0, 0)) |
| 300 | |
| 301 | def _getValue(self, fit): |
| 302 | return fit.warpSpeed, 'AU/s' |
| 303 | |
| 304 | def _getFitTooltip(self): |
| 305 | return 'Warp speed' |
nothing calls this directly
no outgoing calls
no test coverage detected