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

Method OnLoadEnd

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

Source from the content-addressed store, hash-verified

342 self.parentCtrl.OnLoadStart(browser, frame)
343
344 def OnLoadEnd(self, browser, frame, httpStatusCode):
345 self.parentCtrl.OnLoadEnd(browser, frame, httpStatusCode)
346
347 def OnLoadError(self, browser, frame, errorCode, errorText, failedUrl):
348 # TODO

Callers

nothing calls this directly

Calls 1

OnLoadEndMethod · 0.45

Tested by

no test coverage detected