Home
last modified time | relevance | path

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

/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/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
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/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
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/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
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/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
/prebuilts/build-tools/common/py3-stdlib/email/
Dheader.py309 def encode(self, splitchars=';, \t', maxlinelen=None, linesep='\n'): argument
409 def __init__(self, headerlen, maxlen, continuation_ws, splitchars): argument
481 def _ascii_split(self, fws, string, splitchars): argument