Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
def
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
60
def
on_load_end(callback, *args):
Callers
2
test_osr
Method · 0.85
test_main
Method · 0.85
Calls
no outgoing calls
Tested by
2
test_osr
Method · 0.68
test_main
Method · 0.68