Home
last modified time | relevance | path

Searched defs:maxlinelen (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/email/
Dheader.py153 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
Dbase64mime.py73 def body_encode(s, maxlinelen=76, eol=NL): argument
Dquoprimime.py153 def body_encode(body, maxlinelen=76, eol=NL): argument
/external/python/cpython3/Lib/test/test_email/
Dtest_email.py4800 def _test_encode(self, body, expected_encoded_body, maxlinelen=None, eol=None): argument