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

Method _clear_without_update

lib/matplotlib/widgets.py:2593–2595  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2591 self.update()
2592
2593 def _clear_without_update(self):
2594 self._selection_completed = False
2595 self.set_visible(False)
2596
2597 @property
2598 def artists(self):

Callers 2

clearMethod · 0.95
_releaseMethod · 0.45

Calls 1

set_visibleMethod · 0.95

Tested by

no test coverage detected