Searched refs:join_header_words (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_http_cookiejar.py | 16 parse_ns_headers, join_header_words, split_header_words, Cookie, 232 joined = join_header_words([[("foo", None), ("bar", "baz")]]) 235 self.assertEqual(join_header_words([[]]), "") 296 res = join_header_words(input)
|
/third_party/python/Lib/http/ |
H A D | cookiejar.py | 434 def join_header_words(lists): function 440 >>> join_header_words([[("text/plain", None), ("charset", "iso-8859-1")]]) 442 >>> join_header_words([[("text/plain", None)], [("charset", "iso-8859-1")]]) 1857 return join_header_words([h])
|
Completed in 6 milliseconds