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

Method new_saved_frame_seq

lib/matplotlib/animation.py:1164–1167  ·  view source on GitHub ↗

Return a new sequence of saved/cached frame information.

(self)

Source from the content-addressed store, hash-verified

1162 return iter(self._framedata)
1163
1164 def new_saved_frame_seq(self):
1165 """Return a new sequence of saved/cached frame information."""
1166 # Default is the same as the regular frame sequence
1167 return self.new_frame_seq()
1168
1169 def _draw_next_frame(self, framedata, blit):
1170 # Breaks down the drawing of the next frame into steps of pre- and

Callers 1

saveMethod · 0.45

Calls 1

new_frame_seqMethod · 0.95

Tested by

no test coverage detected