Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cztomczak/cefpython
/ LoadHandler
Class
LoadHandler
examples/snippets/javascript_bindings.py:63–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
62
63
class
LoadHandler(object):
64
def
OnLoadEnd(self, browser, **_):
65
browser.ExecuteFunction(
"js_function"
,
"I am a Python string #1"
)
66
67
68
if
__name__ ==
'__main__'
:
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected