(self, **_)
| 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()) |
nothing calls this directly
no test coverage detected