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

Method pick

lib/matplotlib/figure.py:2665–2667  ·  view source on GitHub ↗
(self, mouseevent)

Source from the content-addressed store, hash-verified

2663 self.clear()
2664
2665 def pick(self, mouseevent):
2666 if not self.canvas.widgetlock.locked():
2667 super().pick(mouseevent)
2668
2669 def _check_layout_engines_compat(self, old, new):
2670 """

Callers 1

Calls 1

lockedMethod · 0.80

Tested by 1