/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/email/ |
D | header.py | 313 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/ |
D | header.py | 313 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/ |
D | header.py | 313 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/ |
D | header.py | 313 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/ |
D | header.py | 309 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
|