MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / inverted

Method inverted

lib/matplotlib/transforms.py:2499–2502  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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
2505class CompositeAffine2D(Affine2DBase):

Callers

nothing calls this directly

Calls 2

invertedMethod · 0.45

Tested by

no test coverage detected