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

Method get_url

lib/matplotlib/artist.py:623–625  ·  view source on GitHub ↗

Return the url.

(self)

Source from the content-addressed store, hash-verified

621 return self._picker
622
623 def get_url(self):
624 """Return the url."""
625 return self._url
626
627 def set_url(self, url):
628 """

Callers 11

drawMethod · 0.45
drawMethod · 0.45
_get_link_annotationFunction · 0.45
draw_mathtextMethod · 0.45
draw_texMethod · 0.45
draw_textMethod · 0.45
draw_pathMethod · 0.45
draw_markersMethod · 0.45
draw_path_collectionMethod · 0.45
draw_imageMethod · 0.45
draw_textMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected