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

Method _end_redraw

lib/matplotlib/animation.py:1266–1273  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

1264 self._end_redraw)
1265
1266 def _end_redraw(self, event):
1267 # Now that the redraw has happened, do the post draw flushing and
1268 # blit handling. Then re-enable all of the original events.
1269 self._post_draw(None, False)
1270 self.event_source.start()
1271 self._fig.canvas.mpl_disconnect(self._resize_id)
1272 self._resize_id = self._fig.canvas.mpl_connect('resize_event',
1273 self._on_resize)
1274
1275 def to_html5_video(self, embed_limit=None):
1276 """

Callers

nothing calls this directly

Calls 4

_post_drawMethod · 0.95
mpl_disconnectMethod · 0.80
mpl_connectMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected