Home
last modified time | relevance | path

Searched refs:parse_http_list (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/urllib/
Drequest.py1125 chal = parse_keqv_list(filter(None, parse_http_list(challenge)))
1431 def parse_http_list(s): function
/third_party/python/Lib/test/
Dtest_urllib2.py78 self.assertEqual(urllib.request.parse_http_list(string), list)