MCPcopy Create free account
hub / github.com/PyQt5/PyQt / getPathCookies

Method getPathCookies

QWebEngineView/GetCookie.py:79–80  ·  view source on GitHub ↗
(self, dpath)

Source from the content-addressed store, hash-verified

77 return self.PathCookies
78
79 def getPathCookies(self, dpath):
80 return self.PathCookies.get(dpath, {})
81
82 def onCookieAdd(self, cookie):
83 """

Callers 1

onLoadFinishedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected