Home
last modified time | relevance | path

Searched refs:is_HDN (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_http_cookiejar.py19 reach, is_HDN, domain_match, user_domain_match, request_path,
457 # functions (and is_HDN)? See draft RFC 2965 errata.
851 self.assertTrue(is_HDN("foo.bar.com"))
852 self.assertTrue(is_HDN("1foo2.3bar4.5com"))
853 self.assertFalse(is_HDN("192.168.1.1"))
854 self.assertFalse(is_HDN(""))
855 self.assertFalse(is_HDN("."))
856 self.assertFalse(is_HDN(".foo.bar.com"))
857 self.assertFalse(is_HDN("..foo"))
858 self.assertFalse(is_HDN("fo
[all...]
/third_party/python/Lib/http/
H A Dcookiejar.py535 def is_HDN(text): function
577 if not is_HDN(A):
585 if not is_HDN(B[1:]):
722 if is_HDN(h) and (i >= 0 or b == "local"):

Completed in 4 milliseconds