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

Method __array__

lib/matplotlib/transforms.py:234–235  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

232 frozen.__doc__ = TransformNode.__doc__
233
234 def __array__(self, *args, **kwargs):
235 return self.get_points()
236
237 @property
238 def x0(self):

Callers

nothing calls this directly

Calls 1

get_pointsMethod · 0.95

Tested by

no test coverage detected