Home
last modified time | relevance | path

Searched refs:decoded_seq (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/email/
Dheader.py121 def make_header(decoded_seq, maxlinelen=None, header_name=None, argument
135 for s, charset in decoded_seq:
/external/python/cpython3/Lib/email/
Dheader.py156 def make_header(decoded_seq, maxlinelen=None, header_name=None, argument
170 for s, charset in decoded_seq:
/external/python/cpython2/Doc/library/
Demail.header.rst163 .. function:: make_header(decoded_seq[, maxlinelen[, header_name[, continuation_ws]]])
/external/python/cpython3/Doc/library/
Demail.header.rst193 .. function:: make_header(decoded_seq, maxlinelen=None, header_name=None, continuation_ws=' ')