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

Method _init_draw

lib/matplotlib/animation.py:1176–1179  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1174 self._post_draw(framedata, blit)
1175
1176 def _init_draw(self):
1177 # Initial draw to clear the frame. Also used by the blitting code
1178 # when a clean base is required.
1179 self._draw_was_started = True
1180
1181 def _pre_draw(self, framedata, blit):
1182 # Perform any cleaning or whatnot before the drawing of the frame.

Callers 7

_startMethod · 0.95
_setup_blitMethod · 0.95
_on_resizeMethod · 0.95
saveMethod · 0.45
_stepMethod · 0.45
_init_drawMethod · 0.45
_init_drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected