MCPcopy 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
216class FigureCanvasQT(FigureCanvasBase, QtWidgets.QWidget):

Callers 1

__del__Method · 0.95

Calls 1

stopMethod · 0.80

Tested by

no test coverage detected