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

Method draw_path

lib/matplotlib/patheffects.py:169–171  ·  view source on GitHub ↗
(self, renderer, gc, tpath, affine, rgbFace)

Source from the content-addressed store, hash-verified

167
168 class withEffect(effect_class):
169 def draw_path(self, renderer, gc, tpath, affine, rgbFace):
170 super().draw_path(renderer, gc, tpath, affine, rgbFace)
171 renderer.draw_path(gc, tpath, affine, rgbFace)
172
173 withEffect.__name__ = f"with{effect_class.__name__}"
174 withEffect.__qualname__ = f"with{effect_class.__name__}"

Callers

nothing calls this directly

Calls 1

draw_pathMethod · 0.45

Tested by

no test coverage detected