MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / get_picker

Method get_picker

lib/matplotlib/artist.py:611–621  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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."""

Callers 2

pickMethod · 0.95
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected