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

Method _stop

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

Source from the content-addressed store, hash-verified

937 self.event_source.start()
938
939 def _stop(self, *args):
940 # On stop we disconnect all of our events.
941 if self._blit:
942 self._fig.canvas.mpl_disconnect(self._resize_id)
943 self._fig.canvas.mpl_disconnect(self._close_id)
944 self.event_source.remove_callback(self._step)
945 self.event_source = None
946
947 def save(self, filename, writer=None, fps=None, dpi=None, codec=None,
948 bitrate=None, extra_args=None, metadata=None, extra_anim=None,

Callers

nothing calls this directly

Calls 2

mpl_disconnectMethod · 0.80
remove_callbackMethod · 0.45

Tested by

no test coverage detected