Return whether this artist is queried for custom context information when the mouse cursor moves over it.
(self)
| 1443 | return "[" + data_str + "]" |
| 1444 | |
| 1445 | def get_mouseover(self): |
| 1446 | """ |
| 1447 | Return whether this artist is queried for custom context information |
| 1448 | when the mouse cursor moves over it. |
| 1449 | """ |
| 1450 | return self._mouseover |
| 1451 | |
| 1452 | def set_mouseover(self, mouseover): |
| 1453 | """ |