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

Method OnLoadingStateChange

examples/qt.py:324–325  ·  view source on GitHub ↗
(self, **_)

Source from the content-addressed store, hash-verified

322 self.navigation_bar = navigation_bar
323
324 def OnLoadingStateChange(self, **_):
325 self.navigation_bar.updateState()
326
327 def OnLoadStart(self, browser, **_):
328 self.navigation_bar.url.setText(browser.GetUrl())

Callers

nothing calls this directly

Calls 1

updateStateMethod · 0.80

Tested by

no test coverage detected