Searched refs:keep_eols (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/email/ |
D | base64mime.py | 64 def header_encode(header, charset='iso-8859-1', keep_eols=False, argument 95 if not keep_eols:
|
D | quoprimime.py | 114 def header_encode(header, charset="iso-8859-1", keep_eols=False, argument 147 if not keep_eols:
|
/external/python/cpython2/Lib/email/test/ |
D | test_email_renamed.py | 2641 eq(he('hello\nworld', keep_eols=True), 2720 eq(he('hello\nworld', keep_eols=True), '=?iso-8859-1?q?hello=0Aworld?=')
|
D | test_email.py | 2879 eq(he('hello\nworld', keep_eols=True), 2958 eq(he('hello\nworld', keep_eols=True), '=?iso-8859-1?q?hello=0Aworld?=')
|