MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / __init__

Method __init__

site-packages/matplotlib/transforms.py:1725–1727  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1723 is_affine = True
1724
1725 def __init__(self, *args, **kwargs):
1726 Transform.__init__(self, *args, **kwargs)
1727 self._inverted = None
1728
1729 def __array__(self, *args, **kwargs):
1730 # 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