(self)
| 87 | return fit.getTotalDps(spoolOptions=SpoolOptions(SpoolType.SPOOL_SCALE, defaultSpoolValue, False)).total, None |
| 88 | |
| 89 | def _getFitTooltip(self): |
| 90 | return 'Declared DPS' |
| 91 | |
| 92 | |
| 93 | DpsColumn.register() |
nothing calls this directly
no outgoing calls
no test coverage detected