(fit, module, context, projectionRange, **kwargs)
| 132 | |
| 133 | @staticmethod |
| 134 | def handler(fit, module, context, projectionRange, **kwargs): |
| 135 | # Set reload time to 1 second |
| 136 | module.reloadTime = 1000 |
| 137 | |
| 138 | |
| 139 | class Effect17(BaseEffect): |
nothing calls this directly
no outgoing calls
no test coverage detected