Searched refs:_get_ptext_to_endchars (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Lib/email/ |
D | _header_value_parser.py | 996 def _get_ptext_to_endchars(value, endchars): function 1166 ptext, value, _ = _get_ptext_to_endchars(value, '()') 1181 ptext, value, _ = _get_ptext_to_endchars(value, '"') 1542 ptext, value, had_qp = _get_ptext_to_endchars(value, '[]')
|