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

Method OnInit

src/cefpython3.wx/examples/sample2.py:98–102  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

96
97class MyApp(wx.App):
98 def OnInit(self):
99 frame = MainFrame()
100 self.SetTopWindow(frame)
101 frame.Show()
102 return True
103
104
105if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

MainFrameClass · 0.70

Tested by

no test coverage detected