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

Method get_path

lib/matplotlib/patches.py:752–754  ·  view source on GitHub ↗

Return the path of this patch.

(self)

Source from the content-addressed store, hash-verified

750 self._facecolor if self._facecolor[3] else None)])
751
752 def get_path(self):
753 """Return the path of this patch."""
754 raise NotImplementedError('Derived must override')
755
756 def get_window_extent(self, renderer=None):
757 return self.get_path().get_extents(self.get_transform())

Callers 8

get_vertsMethod · 0.95
containsMethod · 0.95
contains_pointMethod · 0.95
contains_pointsMethod · 0.95
get_extentsMethod · 0.95
drawMethod · 0.95
get_window_extentMethod · 0.95
get_pathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected