Searched refs:hide_cookie2 (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/ |
D | cookielib.py | 868 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/ |
D | cookiejar.py | 881 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/ |
D | http.cookiejar.rst | 85 …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/ |
D | cookielib.rst | 88 …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
|