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