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

Method frozen

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

Source from the content-addressed store, hash-verified

228 _api.warn_external("Singular Bbox.")
229
230 def frozen(self):
231 return Bbox(self.get_points().copy())
232 frozen.__doc__ = TransformNode.__doc__
233
234 def __array__(self, *args, **kwargs):

Callers

nothing calls this directly

Calls 3

get_pointsMethod · 0.95
BboxClass · 0.85
copyMethod · 0.45

Tested by

no test coverage detected