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

Method __array__

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

Source from the content-addressed store, hash-verified

1831 self._inverted = None
1832
1833 def __array__(self, *args, **kwargs):
1834 # optimises the access of the transform matrix vs. the superclass
1835 return self.get_matrix()
1836
1837 def __eq__(self, other):
1838 if getattr(other, "is_affine", False) and hasattr(other, "get_matrix"):

Callers

nothing calls this directly

Calls 1

get_matrixMethod · 0.45

Tested by

no test coverage detected