Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cztomczak/cefpython
/ MyApp
Class
MyApp
src/cefpython3.wx/examples/sample3.py:86–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
85
86
class
MyApp(wx.App):
87
def
OnInit(self):
88
frame = MainFrame()
89
self.SetTopWindow(frame)
90
frame.Show()
91
return
True
92
93
94
if
__name__ ==
'__main__'
:
Callers
1
sample3.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected