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.py757 path, path_specified, argument
786 self.path_specified = path_specified
998 if cookie.path_specified:
1337 if cookie.path_specified:
1508 path_specified = True
1511 path_specified = False
1567 path, path_specified,
1838 if cookie.path_specified: h.append(("path_spec", None))