Searched refs:rfc2109_as_netscape (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/ |
D | cookielib.py | 867 rfc2109_as_netscape=None, argument 879 self.rfc2109_as_netscape = rfc2109_as_netscape
|
/external/python/cpython2/Lib/test/ |
D | test_cookielib.py | 426 for rfc2109_as_netscape, rfc2965, version in [ 437 rfc2109_as_netscape=rfc2109_as_netscape,
|
/external/python/cpython3/Lib/test/ |
D | test_http_cookiejar.py | 510 for rfc2109_as_netscape, rfc2965, version in [ 521 rfc2109_as_netscape=rfc2109_as_netscape,
|
/external/python/cpython3/Lib/http/ |
D | cookiejar.py | 880 rfc2109_as_netscape=None, argument 893 self.rfc2109_as_netscape = rfc2109_as_netscape
|
/external/python/cpython3/Doc/library/ |
D | http.cookiejar.rst | 85 …_domains=None, allowed_domains=None, netscape=True, rfc2965=False, rfc2109_as_netscape=None, hide_… 100 is turned off or :attr:`rfc2109_as_netscape` is ``True``, RFC 2109 cookies are 520 .. attribute:: DefaultCookiePolicy.rfc2109_as_netscape
|
/external/python/cpython2/Doc/library/ |
D | cookielib.rst | 88 …_domains=None, allowed_domains=None, netscape=True, rfc2965=False, rfc2109_as_netscape=None, hide_… 101 is turned off or :attr:`rfc2109_as_netscape` is ``True``, RFC 2109 cookies are 514 .. attribute:: DefaultCookiePolicy.rfc2109_as_netscape
|