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

Method __init__

examples/qt.py:292–296  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

290
291class CefApplication(QApplication):
292 def __init__(self, args):
293 super(CefApplication, self).__init__(args)
294 if not cef.GetAppSetting("external_message_pump"):
295 self.timer = self.createTimer()
296 self.setupIcon()
297
298 def createTimer(self):
299 timer = QTimer()

Callers

nothing calls this directly

Calls 3

createTimerMethod · 0.95
setupIconMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected