Return the picking behavior of the artist. The possible values are described in `.Artist.set_picker`. See Also -------- .Artist.set_picker, .Artist.pickable, .Artist.pick
(self)
| 609 | self._picker = picker |
| 610 | |
| 611 | def get_picker(self): |
| 612 | """ |
| 613 | Return the picking behavior of the artist. |
| 614 | |
| 615 | The possible values are described in `.Artist.set_picker`. |
| 616 | |
| 617 | See Also |
| 618 | -------- |
| 619 | .Artist.set_picker, .Artist.pickable, .Artist.pick |
| 620 | """ |
| 621 | return self._picker |
| 622 | |
| 623 | def get_url(self): |
| 624 | """Return the url.""" |