Searched refs:join_header_words (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A D_LWPCookieJar.py17 join_header_words, split_header_words,
47 return join_header_words([h])
H A Dcookielib.py412 def join_header_words(lists): function
418 >>> join_header_words([[("text/plain", None), ("charset", "iso-8859/1")]])
420 >>> join_header_words([[("text/plain", None)], [("charset", "iso-8859/1")]])
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_cookielib.py141 from cookielib import join_header_words namespace
143 joined = join_header_words([[("foo", None), ("bar", "baz")]])
146 self.assertEqual(join_header_words([[]]), "")
185 from cookielib import split_header_words, join_header_words namespace
211 res = join_header_words(input)

Completed in 19 milliseconds