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

Class LoadHandler

examples/tutorial.py:155–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153
154
155class LoadHandler(object):
156 def OnLoadingStateChange(self, browser, is_loading, **_):
157 """Called when the loading state has changed."""
158 if not is_loading:
159 # Loading is complete. DOM is ready.
160 js_print(browser, "Python", "OnLoadingStateChange",
161 "Loading is complete")
162
163
164class DisplayHandler(object):

Callers 1

set_client_handlersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected