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 | 472 for rfc2109_as_netscape, rfc2965, version in [ 483 rfc2109_as_netscape=rfc2109_as_netscape,
|
/external/python/cpython3/Lib/http/ |
D | cookiejar.py | 873 rfc2109_as_netscape=None, argument 885 self.rfc2109_as_netscape = rfc2109_as_netscape
|
/external/python/cpython3/Doc/library/ |
D | http.cookiejar.rst | 81 …_domains=None, allowed_domains=None, netscape=True, rfc2965=False, rfc2109_as_netscape=None, hide_… 94 is turned off or :attr:`rfc2109_as_netscape` is ``True``, RFC 2109 cookies are 511 .. 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
|