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

Method frozen

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

Source from the content-addressed store, hash-verified

1890 output_dims = 2
1891
1892 def frozen(self):
1893 # docstring inherited
1894 return Affine2D(self.get_matrix().copy())
1895
1896 @property
1897 def is_separable(self):

Callers

nothing calls this directly

Calls 3

Affine2DClass · 0.85
copyMethod · 0.45
get_matrixMethod · 0.45

Tested by

no test coverage detected