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

Method OnInit

src/cefpython3.wx/examples/sample1.py:39–43  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37
38class MyApp(wx.App):
39 def OnInit(self):
40 frame = MainFrame()
41 self.SetTopWindow(frame)
42 frame.Show()
43 return True
44
45if __name__ == '__main__':
46 chrome.Initialize({

Callers

nothing calls this directly

Calls 1

MainFrameClass · 0.70

Tested by

no test coverage detected