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

Method _draw_frame

lib/matplotlib/animation.py:1187–1190  ·  view source on GitHub ↗
(self, framedata)

Source from the content-addressed store, hash-verified

1185 self._blit_clear(self._drawn_artists)
1186
1187 def _draw_frame(self, framedata):
1188 # Performs actual drawing of the frame.
1189 raise NotImplementedError('Needs to be implemented by subclasses to'
1190 ' actually make an animation.')
1191
1192 def _post_draw(self, framedata, blit):
1193 # After the frame is rendered, this handles the actual flushing of

Callers 1

_draw_next_frameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected