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

Method GetBrowser

src/cefpython3.wx/chromectrl.py:215–217  ·  view source on GitHub ↗

Returns the CEF's browser object

(self)

Source from the content-addressed store, hash-verified

213 event.Skip()
214
215 def GetBrowser(self):
216 """Returns the CEF's browser object"""
217 return self.browser
218
219 def LoadUrl(self, url, onLoadStart=None, onLoadEnd=None):
220 if onLoadStart or onLoadEnd:

Callers 8

LoadUrlMethod · 0.95
SetClientHandlerMethod · 0.80
OnLeftMethod · 0.80
OnRightMethod · 0.80
OnReloadMethod · 0.80
UpdateButtonsStateMethod · 0.80
ExecuteMethod · 0.80
html_to_data_uriFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected