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

Method OnInit

src/cefpython3.wx/examples/sample3.py:87–91  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

85
86class MyApp(wx.App):
87 def OnInit(self):
88 frame = MainFrame()
89 self.SetTopWindow(frame)
90 frame.Show()
91 return True
92
93
94if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

MainFrameClass · 0.70

Tested by

no test coverage detected