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

Method onGoUrl

examples/qt.py:415–417  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

413 self.cef_widget.browser.Reload()
414
415 def onGoUrl(self):
416 if self.cef_widget.browser:
417 self.cef_widget.browser.LoadUrl(self.url.text())
418
419 def updateState(self):
420 browser = self.cef_widget.browser

Callers

nothing calls this directly

Calls 1

LoadUrlMethod · 0.80

Tested by

no test coverage detected