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

Class LoadHandler

examples/tkinter_.py:275–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273
274
275class LoadHandler(object):
276
277 def __init__(self, browser_frame):
278 self.browser_frame = browser_frame
279
280 def OnLoadStart(self, browser, **_):
281 if self.browser_frame.master.navigation_bar:
282 self.browser_frame.master.navigation_bar.set_url(browser.GetUrl())
283
284
285class FocusHandler(object):

Callers 1

embed_browserMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected