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

Method set_url

lib/matplotlib/backend_bases.py:942–944  ·  view source on GitHub ↗

Set the url for links in compatible backends.

(self, url)

Source from the content-addressed store, hash-verified

940 self._linewidth = float(w)
941
942 def set_url(self, url):
943 """Set the url for links in compatible backends."""
944 self._url = url
945
946 def set_gid(self, id):
947 """Set the id."""

Callers 1

_iter_collectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected