return the figure instance the artist belongs to
(self)
| 1662 | self.stale = True |
| 1663 | |
| 1664 | def get_figure(self): |
| 1665 | 'return the figure instance the artist belongs to' |
| 1666 | return self.figure |
| 1667 | |
| 1668 | def set_figure(self, fig): |
| 1669 | """ |
no outgoing calls
no test coverage detected