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

Method OnLoadStart

src/cefpython3.wx/chromectrl.py:341–342  ·  view source on GitHub ↗
(self, browser, frame)

Source from the content-addressed store, hash-verified

339 self.parentCtrl = parentCtrl
340
341 def OnLoadStart(self, browser, frame):
342 self.parentCtrl.OnLoadStart(browser, frame)
343
344 def OnLoadEnd(self, browser, frame, httpStatusCode):
345 self.parentCtrl.OnLoadEnd(browser, frame, httpStatusCode)

Callers

nothing calls this directly

Calls 1

OnLoadStartMethod · 0.45

Tested by

no test coverage detected