Searched defs:user_domain_match (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | cookielib.py | 577 def user_domain_match(A, B): function |
/external/python/cpython3/Lib/http/ | ||
D | cookiejar.py | 585 def user_domain_match(A, B): function |