Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cztomczak/cefpython
/ MyApp
Class
MyApp
src/cefpython3.wx/examples/sample2.py:97–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
96
97
class
MyApp(wx.App):
98
def
OnInit(self):
99
frame = MainFrame()
100
self.SetTopWindow(frame)
101
frame.Show()
102
return
True
103
104
105
if
__name__ ==
'__main__'
:
Callers
1
sample2.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected