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

Method frozen

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

Source from the content-addressed store, hash-verified

2270 lambda self: self._x.has_inverse and self._y.has_inverse)
2271
2272 def frozen(self):
2273 # docstring inherited
2274 return blended_transform_factory(self._x.frozen(), self._y.frozen())
2275
2276 def transform_non_affine(self, values):
2277 # docstring inherited

Callers

nothing calls this directly

Calls 2

frozenMethod · 0.45

Tested by

no test coverage detected