MCPcopy 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
2068class Circle(Ellipse):

Callers

nothing calls this directly

Calls 1

_recompute_pathMethod · 0.95

Tested by

no test coverage detected