Home
last modified time | relevance | path

Searched refs:path_specified (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dcookielib.py744 path, path_specified, argument
773 self.path_specified = path_specified
983 if cookie.path_specified:
1312 if cookie.path_specified:
1483 path_specified = True
1486 path_specified = False
1542 path, path_specified,
D_LWPCookieJar.py30 if cookie.path_specified: h.append(("path_spec", None))
/external/python/cpython3/Lib/http/
Dcookiejar.py750 path, path_specified, argument
779 self.path_specified = path_specified
989 if cookie.path_specified:
1328 if cookie.path_specified:
1499 path_specified = True
1502 path_specified = False
1558 path, path_specified,
1833 if cookie.path_specified: h.append(("path_spec", None))