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

Function do_message_loop_work

unittests/_common.py:53–57  ·  view source on GitHub ↗
(work_loops)

Source from the content-addressed store, hash-verified

51
52
53def do_message_loop_work(work_loops):
54 # noinspection PyTypeChecker
55 for i in range(work_loops):
56 cef.MessageLoopWork()
57 time.sleep(0.01)
58
59
60def on_load_end(callback, *args):

Callers 2

test_osrMethod · 0.85
test_mainMethod · 0.85

Calls

no outgoing calls

Tested by 2

test_osrMethod · 0.68
test_mainMethod · 0.68