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

Method ignore

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

Source from the content-addressed store, hash-verified

139 self.canvas.mpl_disconnect(c)
140
141 def ignore(self, event):
142 # docstring inherited
143 return super().ignore(event) or self.canvas is None
144
145 def _set_cursor(self, cursor):
146 """Update the canvas cursor."""

Callers

nothing calls this directly

Calls 1

ignoreMethod · 0.45

Tested by

no test coverage detected