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

Method __array__

lib/matplotlib/transforms.py:1525–1527  ·  view source on GitHub ↗

Array interface to get at this Transform's affine matrix.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1523 'shortcut possible.')
1524
1525 def __array__(self, *args, **kwargs):
1526 """Array interface to get at this Transform's affine matrix."""
1527 return self.get_affine().get_matrix()
1528
1529 def transform(self, values):
1530 """

Callers

nothing calls this directly

Calls 2

get_affineMethod · 0.95
get_matrixMethod · 0.45

Tested by

no test coverage detected