(fit, module, context, projectionRange, **kwargs)
| 1975 | |
| 1976 | @staticmethod |
| 1977 | def handler(fit, module, context, projectionRange, **kwargs): |
| 1978 | module.multiplyItemAttr('trackingSpeed', module.getModifiedChargeAttr('trackingSpeedMultiplier'), **kwargs) |
| 1979 | |
| 1980 | |
| 1981 | class Effect602(BaseEffect): |
nothing calls this directly
no test coverage detected