(self, y_target)
| 28 | self.y_target = y_target |
| 29 | |
| 30 | def __call__(self, y_target): |
| 31 | return self.y_target |
| 32 | |
| 33 | class AddTriggerMixin(object): |
| 34 | """Add reflection-based trigger to images. |
nothing calls this directly
no outgoing calls
no test coverage detected