(fit, module, context, projectionRange, **kwargs)
| 30 | |
| 31 | @staticmethod |
| 32 | def handler(fit, module, context, projectionRange, **kwargs): |
| 33 | pass |
| 34 | |
| 35 | |
| 36 | class DummyEffect(BaseEffect): |
nothing calls this directly
no outgoing calls
no test coverage detected