(self)
| 2497 | self._a.get_affine().get_matrix())) |
| 2498 | |
| 2499 | def inverted(self): |
| 2500 | # docstring inherited |
| 2501 | return CompositeGenericTransform( |
| 2502 | self._b.inverted(), self._a.inverted()) |
| 2503 | |
| 2504 | |
| 2505 | class CompositeAffine2D(Affine2DBase): |
nothing calls this directly
no test coverage detected