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

Method get_path

lib/matplotlib/patches.py:1412–1415  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1410 self.stale = True
1411
1412 def get_path(self):
1413 if self._path is None:
1414 self._recompute_path()
1415 return self._path
1416
1417
1418# COVERAGE NOTE: Not used internally or from examples

Callers 1

get_pointsMethod · 0.95

Calls 1

_recompute_pathMethod · 0.95

Tested by

no test coverage detected