Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ _timer_stop
Method
_timer_stop
lib/matplotlib/backends/backend_qt.py:212–213 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
210
self._timer.start()
211
212
def
_timer_stop(self):
213
self._timer.stop()
214
215
216
class
FigureCanvasQT(FigureCanvasBase, QtWidgets.QWidget):
Callers
1
__del__
Method · 0.95
Calls
1
stop
Method · 0.80
Tested by
no test coverage detected