Searched refs:_get_ptext_to_endchars (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/email/ |
H A 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, '[]')
|
Completed in 5 milliseconds