Clear the selection and set the selector ready to make a new one.
(self)
| 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 |
no test coverage detected