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

Method new_frame_seq

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

Source from the content-addressed store, hash-verified

1736 self._save_seq.clear()
1737
1738 def new_frame_seq(self):
1739 # Use the generating function to generate a new frame sequence
1740 return self._iter_gen()
1741
1742 def new_saved_frame_seq(self):
1743 # Generate an iterator for the sequence of saved data. If there are

Callers 2

new_saved_frame_seqMethod · 0.95
_init_drawMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected