MCPcopy Create free account
hub / github.com/cztomczak/cefpython / createTimer

Method createTimer

examples/qt.py:298–303  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

296 self.setupIcon()
297
298 def createTimer(self):
299 timer = QTimer()
300 # noinspection PyUnresolvedReferences
301 timer.timeout.connect(self.onTimer)
302 timer.start(10)
303 return timer
304
305 def onTimer(self):
306 cef.MessageLoopWork()

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected