r"""Return a list of the child `.Artist`\s of this `.Artist`.
(self)
| 484 | return self._transform |
| 485 | |
| 486 | def get_children(self): |
| 487 | r"""Return a list of the child `.Artist`\s of this `.Artist`.""" |
| 488 | return [] |
| 489 | |
| 490 | def _different_canvas(self, event): |
| 491 | """ |