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

Method initialize

examples/wxpython.py:265–272  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

263 return True
264
265 def initialize(self):
266 if self.is_initialized:
267 return
268 self.is_initialized = True
269 self.create_timer()
270 frame = MainFrame()
271 self.SetTopWindow(frame)
272 frame.Show()
273
274 def create_timer(self):
275 # See also "Making a render loop":

Callers 3

OnPreInitMethod · 0.95
OnInitMethod · 0.95
get_compilerFunction · 0.80

Calls 2

create_timerMethod · 0.95
MainFrameClass · 0.70

Tested by

no test coverage detected