Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/email/
D_header_value_parser.py119 ew_combine_allowed = True variable in TokenList
559 ew_combine_allowed = False variable in DisplayName
873 ew_combine_allowed = True variable in Terminal
2865 def _fold_as_ew(to_encode, lines, maxlen, last_ew, ew_combine_allowed, charset): argument