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

Method frozen

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

Source from the content-addressed store, hash-verified

2419 self.set_children(a, b)
2420
2421 def frozen(self):
2422 # docstring inherited
2423 self._invalid = 0
2424 frozen = composite_transform_factory(
2425 self._a.frozen(), self._b.frozen())
2426 if not isinstance(frozen, CompositeGenericTransform):
2427 return frozen.frozen()
2428 return frozen
2429
2430 def _invalidate_internal(self, level, invalidating_node):
2431 # When the left child is invalidated at AFFINE_ONLY level and the right child is

Callers

nothing calls this directly

Calls 2

frozenMethod · 0.45

Tested by

no test coverage detected