Home
last modified time | relevance | path

Searched refs:get_bare_quoted_string (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/test_email/
Dtest__header_value_parser.py492 bqs = self._test_get_x(parser.get_bare_quoted_string,
498 parser.get_bare_quoted_string('foo"')
500 parser.get_bare_quoted_string(' "foo"')
503 self._test_get_x(parser.get_bare_quoted_string,
507 self._test_get_x(parser.get_bare_quoted_string,
511 self._test_get_x(parser.get_bare_quoted_string,
515 self._test_get_x(parser.get_bare_quoted_string,
519 self._test_get_x(parser.get_bare_quoted_string,
523 self._test_get_x(parser.get_bare_quoted_string,
527 self._test_get_x(parser.get_bare_quoted_string,
[all …]
/external/python/cpython3/Lib/email/
D_header_value_parser.py1158 def get_bare_quoted_string(value): function
1241 token, value = get_bare_quoted_string(value)