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

Method stop

lib/matplotlib/backend_bases.py:1084–1086  ·  view source on GitHub ↗

Stop the timer.

(self)

Source from the content-addressed store, hash-verified

1082 self._timer_start()
1083
1084 def stop(self):
1085 """Stop the timer."""
1086 self._timer_stop()
1087
1088 def _timer_start(self):
1089 pass

Callers 9

_on_timerMethod · 0.95
_on_resizeMethod · 0.80
pauseMethod · 0.80
_timer_stopMethod · 0.80
destroyMethod · 0.80
shutdownMethod · 0.80
_timer_stopMethod · 0.80
shutdownFunction · 0.80

Calls 1

_timer_stopMethod · 0.95

Tested by 1