(fit, module, context, projectionRange, **kwargs)
| 33487 | |
| 33488 | @staticmethod |
| 33489 | def handler(fit, module, context, projectionRange, **kwargs): |
| 33490 | # Set reload time to 1 second |
| 33491 | module.reloadTime = 1000 |
| 33492 | |
| 33493 | |
| 33494 | class Effect6996(BaseEffect): |
nothing calls this directly
no outgoing calls
no test coverage detected