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

Method finish

lib/matplotlib/animation.py:207–208  ·  view source on GitHub ↗

Finish any processing for writing the movie.

(self)

Source from the content-addressed store, hash-verified

205
206 @abc.abstractmethod
207 def finish(self):
208 """Finish any processing for writing the movie."""
209
210 @contextlib.contextmanager
211 def saving(self, fig, outfile, dpi, *args, **kwargs):

Callers 1

savingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected