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

Method draw

lib/matplotlib/patches.py:4903–4906  ·  view source on GitHub ↗
(self, renderer)

Source from the content-addressed store, hash-verified

4901 return True
4902
4903 def draw(self, renderer):
4904 if not self.get_visible() or not self._check_xy(renderer):
4905 return
4906 super().draw(renderer)

Callers

nothing calls this directly

Calls 3

_check_xyMethod · 0.95
get_visibleMethod · 0.45
drawMethod · 0.45

Tested by

no test coverage detected