Get the visibility of the selector artists.
(self)
| 2582 | artist.set_visible(visible) |
| 2583 | |
| 2584 | def get_visible(self): |
| 2585 | """Get the visibility of the selector artists.""" |
| 2586 | return self._visible |
| 2587 | |
| 2588 | def clear(self): |
| 2589 | """Clear the selection and set the selector ready to make a new one.""" |
no outgoing calls
no test coverage detected