Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
draw
Method · 0.45
draw
Method · 0.45
_get_link_annotation
Function · 0.45
draw_mathtext
Method · 0.45
draw_tex
Method · 0.45
draw_text
Method · 0.45
draw_path
Method · 0.45
draw_markers
Method · 0.45
draw_path_collection
Method · 0.45
draw_image
Method · 0.45
draw_text
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected