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

Method getAllPathCookies

QWebEngineView/GetCookie.py:76–77  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

74 return self.DomainCookies.get(domain, {})
75
76 def getAllPathCookies(self):
77 return self.PathCookies
78
79 def getPathCookies(self, dpath):
80 return self.PathCookies.get(dpath, {})

Callers 1

onLoadFinishedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected