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

Method finish

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

Source from the content-addressed store, hash-verified

465 **savefig_kwargs)
466
467 def finish(self):
468 # Call run here now that all frame grabbing is done. All temp files
469 # are available to be assembled.
470 try:
471 self._run()
472 super().finish()
473 finally:
474 if self._tmpdir:
475 _log.debug(
476 'MovieWriter: clearing temporary path=%s', self._tmpdir
477 )
478 self._tmpdir.cleanup()
479
480
481@writers.register('pillow')

Callers

nothing calls this directly

Calls 2

_runMethod · 0.45
finishMethod · 0.45

Tested by

no test coverage detected