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

Method _init_shape

lib/matplotlib/widgets.py:3479–3481  ·  view source on GitHub ↗
(self, **props)

Source from the content-addressed store, hash-verified

3477 *self._edge_handles.artists)
3478
3479 def _init_shape(self, **props):
3480 return Rectangle((0, 0), 0, 1, visible=False,
3481 rotation_point='center', **props)
3482
3483 def _press(self, event):
3484 """Button press event handler."""

Callers 1

__init__Method · 0.95

Calls 1

RectangleClass · 0.85

Tested by

no test coverage detected