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

Function run_message_loop

unittests/_common.py:44–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42
43
44def run_message_loop():
45 # Run message loop for some time.
46 # noinspection PyTypeChecker
47 for i in range(MESSAGE_LOOP_RANGE):
48 cef.MessageLoopWork()
49 time.sleep(0.01)
50 subtest_message("cef.MessageLoopWork() ok")
51
52
53def do_message_loop_work(work_loops):

Callers 2

test_osrMethod · 0.85
test_mainMethod · 0.85

Calls 1

subtest_messageFunction · 0.85

Tested by 2

test_osrMethod · 0.68
test_mainMethod · 0.68