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

Method _press

lib/matplotlib/widgets.py:3981–3983  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

3979 self._selection_artist = line
3980
3981 def _press(self, event):
3982 self.verts = [self._get_data(event)]
3983 self._selection_artist.set_visible(True)
3984
3985 @_call_with_reparented_event
3986 def _release(self, event):

Callers

nothing calls this directly

Calls 2

_get_dataMethod · 0.80
set_visibleMethod · 0.45

Tested by

no test coverage detected