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

Method OnReload

src/cefpython3.wx/chromectrl.py:305–308  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

303 self.chromeWindow.GetBrowser().SetFocus(True)
304
305 def OnReload(self, event):
306 self.chromeWindow.GetBrowser().Reload()
307 self.UpdateButtonsState()
308 self.chromeWindow.GetBrowser().SetFocus(True)
309
310 def UpdateButtonsState(self):
311 self.navigationBar.backBtn.Enable(

Callers

nothing calls this directly

Calls 2

UpdateButtonsStateMethod · 0.95
GetBrowserMethod · 0.80

Tested by

no test coverage detected