There are no base classes.
There are no implemented interfaces.
cookie_re
(type: SRE_Pattern
)
<_sre.SRE_Pattern object at 0x415c2d40>
magic_re
(type: SRE_Pattern
)
<_sre.SRE_Pattern object at 0x895a600>
msie_domain_re
(type: SRE_Pattern
)
<_sre.SRE_Pattern object at 0x41685b10>
padding
(type:
str
)
'\r\xf0\xad\x0b'
reg_key
(type:
str
)
'Cookies'
reg_path
(type:
str
)
'software\\microsoft\\windows\\currentversion\\explorer\\shell folders'
load_cookie_data(filename, ignore_discard=False, ignore_expires=False)
Load cookies from file containing actual cookie data.
Old cookies are kept unless overwritten by newly loaded ones.
You should not call this method if the delayload attribute is set.
I think each of these files contain all cookies for one user, domain, and path.
load_from_registry(ignore_discard=False, ignore_expires=False, username=None)
username: only required on win9x