Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cztomczak/cefpython
/ MyApp
Class
MyApp
src/cefpython3.wx/examples/sample1.py:38–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
wx.GetApp().Exit()
37
38
class
MyApp(wx.App):
39
def
OnInit(self):
40
frame = MainFrame()
41
self.SetTopWindow(frame)
42
frame.Show()
43
return
True
44
45
if
__name__ ==
'__main__'
:
46
chrome.Initialize({
Callers
1
sample1.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected