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

Function _included_frames

lib/matplotlib/animation.py:729–732  ·  view source on GitHub ↗
(frame_count, frame_format, frame_dir)

Source from the content-addressed store, hash-verified

727# Taken directly from jakevdp's JSAnimation package at
728# http://github.com/jakevdp/JSAnimation
729def _included_frames(frame_count, frame_format, frame_dir):
730 return INCLUDED_FRAMES.format(Nframes=frame_count,
731 frame_dir=frame_dir,
732 frame_format=frame_format)
733
734
735def _embedded_frames(frame_list, frame_format):

Callers 1

finishMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…