(self, fittingView, params)
| 80 | name = 'Dps' |
| 81 | |
| 82 | def __init__(self, fittingView, params): |
| 83 | super().__init__(fittingView, 1432, (3, 0, 0)) |
| 84 | |
| 85 | def _getValue(self, fit): |
| 86 | defaultSpoolValue = eos.config.settings['globalDefaultSpoolupPercentage'] |
no outgoing calls
no test coverage detected