Searched defs:maxlinelen (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/email/ |
D | header.py | 153 def make_header(decoded_seq, maxlinelen=None, header_name=None, argument 177 maxlinelen=None, header_name=None, argument 309 def encode(self, splitchars=';, \t', maxlinelen=None, linesep='\n'): argument
|
D | base64mime.py | 73 def body_encode(s, maxlinelen=76, eol=NL): argument
|
D | quoprimime.py | 153 def body_encode(body, maxlinelen=76, eol=NL): argument
|
/external/python/cpython3/Lib/test/test_email/ |
D | test_email.py | 4800 def _test_encode(self, body, expected_encoded_body, maxlinelen=None, eol=None): argument
|