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

Method get_path

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

Source from the content-addressed store, hash-verified

813 self._shadow_transform.clear().translate(ox, oy)
814
815 def get_path(self):
816 return self.patch.get_path()
817
818 def get_patch_transform(self):
819 return self.patch.get_patch_transform() + self._shadow_transform

Callers

nothing calls this directly

Calls 1

get_pathMethod · 0.45

Tested by

no test coverage detected