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

Method __init__

lib/matplotlib/transforms.py:1829–1831  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1827 is_affine = True
1828
1829 def __init__(self, *args, **kwargs):
1830 super().__init__(*args, **kwargs)
1831 self._inverted = None
1832
1833 def __array__(self, *args, **kwargs):
1834 # optimises the access of the transform matrix vs. the superclass

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected