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

Method get_affine

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

Source from the content-addressed store, hash-verified

2843 return self._transform.transform_path_affine(self._transformed_path)
2844
2845 def get_affine(self):
2846 return self._transform.get_affine()
2847
2848
2849class TransformedPatchPath(TransformedPath):

Calls 1

get_affineMethod · 0.45

Tested by

no test coverage detected