Home
last modified time | relevance | path

Searched defs:splitchars (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/email/
Dheader.py288 def _split(self, s, charset, maxlinelen, splitchars): argument
334 def _split_ascii(self, s, charset, firstlen, splitchars): argument
374 def encode(self, splitchars=';, '): argument
418 def _split_ascii(s, firstlen, restlen, continuation_ws, splitchars): argument
/external/python/cpython3/Lib/email/
Dheader.py313 def encode(self, splitchars=';, \t', maxlinelen=None, linesep='\n'): argument
414 def __init__(self, headerlen, maxlen, continuation_ws, splitchars): argument
486 def _ascii_split(self, fws, string, splitchars): argument