MCPcopy 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
63class LoadHandler(object):
64 def OnLoadEnd(self, browser, **_):
65 browser.ExecuteFunction("js_function", "I am a Python string #1")
66
67
68if __name__ == '__main__':

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected