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

Method _draw_func

lib/matplotlib/backends/backend_gtk4.py:268–270  ·  view source on GitHub ↗
(self, drawing_area, ctx, width, height)

Source from the content-addressed store, hash-verified

266 self.queue_draw()
267
268 def _draw_func(self, drawing_area, ctx, width, height):
269 self.on_draw_event(self, ctx)
270 self._post_draw(self, ctx)
271
272 def _post_draw(self, widget, ctx):
273 if self._rubberband_rect is None:

Callers

nothing calls this directly

Calls 2

on_draw_eventMethod · 0.95
_post_drawMethod · 0.95

Tested by

no test coverage detected