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

Method OnLoadError

src/cefpython3.wx/chromectrl.py:347–349  ·  view source on GitHub ↗
(self, browser, frame, errorCode, errorText, failedUrl)

Source from the content-addressed store, hash-verified

345 self.parentCtrl.OnLoadEnd(browser, frame, httpStatusCode)
346
347 def OnLoadError(self, browser, frame, errorCode, errorText, failedUrl):
348 # TODO
349 Debug("ERROR LOADING URL : %s" % failedUrl)
350
351class CallbackClientHandler(object):
352 def __init__(self, onLoadStart=None, onLoadEnd=None):

Callers

nothing calls this directly

Calls 1

DebugFunction · 0.85

Tested by

no test coverage detected