MCPcopy Index your code
hub / github.com/PyQt5/PyQt / load

Method load

QWebEngineView/JsSignals.py:61–66  ·  view source on GitHub ↗

eg: load("https://pyqt.site") :param url: 网址

(self, url)

Source from the content-addressed store, hash-verified

59 @pyqtSlot(str)
60 @pyqtSlot(QUrl)
61 def load(self, url):
62 """
63 eg: load("https://pyqt.site")
64 :param url: 网址
65 """
66 return super(WebEngineView, self).load(QUrl(url))
67
68 def initSettings(self):
69 """

Callers 9

GetRequestInfo.pyFile · 0.45
__init__Method · 0.45
ScreenShotPage.pyFile · 0.45
__init__Method · 0.45
JsSignals.pyFile · 0.45
GetCookie.pyFile · 0.45
__init__Method · 0.45
BlockRequest.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected