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

Method clear

lib/matplotlib/widgets.py:2588–2591  ·  view source on GitHub ↗

Clear the selection and set the selector ready to make a new one.

(self)

Source from the content-addressed store, hash-verified

2586 return self._visible
2587
2588 def clear(self):
2589 """Clear the selection and set the selector ready to make a new one."""
2590 self._clear_without_update()
2591 self.update()
2592
2593 def _clear_without_update(self):
2594 self._selection_completed = False

Callers 1

on_key_pressMethod · 0.95

Calls 2

_clear_without_updateMethod · 0.95
updateMethod · 0.95

Tested by

no test coverage detected