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

Method _set_cursor

lib/matplotlib/widgets.py:145–147  ·  view source on GitHub ↗

Update the canvas cursor.

(self, cursor)

Source from the content-addressed store, hash-verified

143 return super().ignore(event) or self.canvas is None
144
145 def _set_cursor(self, cursor):
146 """Update the canvas cursor."""
147 self.ax.get_figure(root=True).canvas.set_cursor(cursor)
148
149 def _save_blit_background(self, background):
150 """

Callers 3

_set_span_cursorMethod · 0.80
_pressMethod · 0.80
_releaseMethod · 0.80

Calls 2

set_cursorMethod · 0.45
get_figureMethod · 0.45

Tested by

no test coverage detected