(self)
| 143 | return NotImplemented |
| 144 | |
| 145 | def inverse(self): |
| 146 | # return AffineTransform(self.dst, self.src, self.output_size) |
| 147 | return NotImplemented |
| 148 | |
| 149 | class FairAffineTransform(Transform): |
| 150 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected