Home | History | Annotate | Download | only in python2.7

Lines Matching defs:join_header_words

412 def join_header_words(lists):
418 >>> join_header_words([[("text/plain", None), ("charset", "iso-8859/1")]])
420 >>> join_header_words([[("text/plain", None)], [("charset", "iso-8859/1")]])