Searched refs:decoded_seq (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/email/ |
D | header.py | 121 def make_header(decoded_seq, maxlinelen=None, header_name=None, argument 135 for s, charset in decoded_seq:
|
/external/python/cpython3/Lib/email/ |
D | header.py | 156 def make_header(decoded_seq, maxlinelen=None, header_name=None, argument 170 for s, charset in decoded_seq:
|
/external/python/cpython2/Doc/library/ |
D | email.header.rst | 163 .. function:: make_header(decoded_seq[, maxlinelen[, header_name[, continuation_ws]]])
|
/external/python/cpython3/Doc/library/ |
D | email.header.rst | 193 .. function:: make_header(decoded_seq, maxlinelen=None, header_name=None, continuation_ws=' ')
|