Return the path of this patch.
(self)
| 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()) |
no outgoing calls
no test coverage detected