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

Method __init__

examples/wxpython.py:245–249  ·  view source on GitHub ↗
(self, redirect)

Source from the content-addressed store, hash-verified

243class CefApp(wx.App):
244
245 def __init__(self, redirect):
246 self.timer = None
247 self.timer_id = 1
248 self.is_initialized = False
249 super(CefApp, self).__init__(redirect=redirect)
250
251 def OnPreInit(self):
252 super(CefApp, self).OnPreInit()

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected