Home
last modified time | relevance | path

Searched refs:strict_ns_set_path (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
Dcookielib.py874 strict_ns_set_path=False, argument
886 self.strict_ns_set_path = strict_ns_set_path
986 (cookie.version == 0 and self.strict_ns_set_path)) and
/external/python/cpython3/Lib/http/
Dcookiejar.py880 strict_ns_set_path=False, argument
892 self.strict_ns_set_path = strict_ns_set_path
992 (cookie.version == 0 and self.strict_ns_set_path)) and
/external/python/cpython3/Doc/library/
Dhttp.cookiejar.rst81 …n=DefaultCookiePolicy.DomainLiberal, strict_ns_set_initial_dollar=False, strict_ns_set_path=False )
558 .. attribute:: DefaultCookiePolicy.strict_ns_set_path
/external/python/cpython2/Doc/library/
Dcookielib.rst88 …n=DefaultCookiePolicy.DomainLiberal, strict_ns_set_initial_dollar=False, strict_ns_set_path=False )
563 .. attribute:: DefaultCookiePolicy.strict_ns_set_path
/external/python/cpython3/Lib/test/
Dtest_http_cookiejar.py700 strict_ns_path_pol = DefaultCookiePolicy(strict_ns_set_path=True)