(fit, module, context, projectionRange, **kwargs)
| 528 | |
| 529 | @staticmethod |
| 530 | def handler(fit, module, context, projectionRange, **kwargs): |
| 531 | # Set reload time to 1 second |
| 532 | module.reloadTime = 1000 |
| 533 | |
| 534 | |
| 535 | class Effect89(BaseEffect): |
nothing calls this directly
no outgoing calls
no test coverage detected