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

Method new_frame_seq

lib/matplotlib/animation.py:1159–1162  ·  view source on GitHub ↗

Return a new sequence of frame information.

(self)

Source from the content-addressed store, hash-verified

1157 return False
1158
1159 def new_frame_seq(self):
1160 """Return a new sequence of frame information."""
1161 # Default implementation is just an iterator over self._framedata
1162 return iter(self._framedata)
1163
1164 def new_saved_frame_seq(self):
1165 """Return a new sequence of saved/cached frame information."""

Callers 4

__init__Method · 0.95
new_saved_frame_seqMethod · 0.95
_stepMethod · 0.45
_init_drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected