Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ get_path
Method
get_path
lib/matplotlib/patches.py:2062–2065 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2060
self._path = Path(v, c)
2061
2062
def
get_path(self):
2063
if
self._path is None:
2064
self._recompute_path()
2065
return
self._path
2066
2067
2068
class
Circle(Ellipse):
Callers
nothing calls this directly
Calls
1
_recompute_path
Method · 0.95
Tested by
no test coverage detected