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

Method message_loop_work

examples/tkinter_.py:214–216  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

212 raise Exception("Couldn't obtain window handle")
213
214 def message_loop_work(self):
215 cef.MessageLoopWork()
216 self.after(10, self.message_loop_work)
217
218 def on_configure(self, _):
219 if not self.browser:

Callers 1

embed_browserMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected