Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_timer
Method · 0.95
_on_resize
Method · 0.80
pause
Method · 0.80
_timer_stop
Method · 0.80
destroy
Method · 0.80
shutdown
Method · 0.80
_timer_stop
Method · 0.80
_impl_test_interactive_timers
Function · 0.80
shutdown
Function · 0.80
Calls
1
_timer_stop
Method · 0.95
Tested by
1
_impl_test_interactive_timers
Function · 0.64