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

Method __init__

lib/matplotlib/animation.py:384–386  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

382 This must be sub-classed to be useful.
383 """
384 def __init__(self, *args, **kwargs):
385 super().__init__(*args, **kwargs)
386 self.frame_format = mpl.rcParams['animation.frame_format']
387
388 def setup(self, fig, outfile, dpi=None, frame_prefix=None):
389 """

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected