Home
last modified time | relevance | path

Searched refs:rfc2109_as_netscape (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/
Dcookielib.py867 rfc2109_as_netscape=None, argument
879 self.rfc2109_as_netscape = rfc2109_as_netscape
/external/python/cpython2/Lib/test/
Dtest_cookielib.py426 for rfc2109_as_netscape, rfc2965, version in [
437 rfc2109_as_netscape=rfc2109_as_netscape,
/external/python/cpython3/Lib/test/
Dtest_http_cookiejar.py510 for rfc2109_as_netscape, rfc2965, version in [
521 rfc2109_as_netscape=rfc2109_as_netscape,
/external/python/cpython3/Lib/http/
Dcookiejar.py880 rfc2109_as_netscape=None, argument
893 self.rfc2109_as_netscape = rfc2109_as_netscape
/external/python/cpython3/Doc/library/
Dhttp.cookiejar.rst85 …_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/
Dcookielib.rst88 …_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