Home
last modified time | relevance | path

Searched refs:hide_cookie2 (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dcookielib.py868 hide_cookie2=False, argument
880 self.hide_cookie2 = hide_cookie2
1349 if (self._policy.rfc2965 and not self._policy.hide_cookie2 and
/external/python/cpython3/Lib/http/
Dcookiejar.py881 hide_cookie2=False, argument
894 self.hide_cookie2 = hide_cookie2
1374 if (self._policy.rfc2965 and not self._policy.hide_cookie2 and
/external/python/cpython3/Doc/library/
Dhttp.cookiejar.rst85 …domains=None, netscape=True, rfc2965=False, rfc2109_as_netscape=None, hide_cookie2=False, strict_d…
158 If policy allows (ie. the :attr:`rfc2965` and :attr:`hide_cookie2` attributes of
425 .. attribute:: CookiePolicy.hide_cookie2
/external/python/cpython2/Doc/library/
Dcookielib.rst88 …domains=None, netscape=True, rfc2965=False, rfc2109_as_netscape=None, hide_cookie2=False, strict_d…
158 If policy allows (ie. the :attr:`rfc2965` and :attr:`hide_cookie2` attributes of
419 .. attribute:: CookiePolicy.hide_cookie2