Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyQt5/PyQt
/ getAllDomainCookies
Method
getAllDomainCookies
QWebEngineView/GetCookie.py:70–71 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
68
self.getPathCookies(
".pyqt.site/"
))
69
70
def
getAllDomainCookies(self):
71
return
self.DomainCookies
72
73
def
getDomainCookies(self, domain):
74
return
self.DomainCookies.get(domain, {})
Callers
1
onLoadFinished
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected