MCPcopy Create free account
hub / github.com/pyqtgraph/pyqtgraph / timerFinished

Method timerFinished

pyqtgraph/ThreadsafeTimer.py:42–43  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

40 self.sigTimerStopRequested.emit()
41
42 def timerFinished(self):
43 self.timeout.emit()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected