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.py539 bqs = self._test_get_x(parser.get_bare_quoted_string,
545 parser.get_bare_quoted_string('foo"')
547 parser.get_bare_quoted_string(' "foo"')
550 self._test_get_x(parser.get_bare_quoted_string,
554 self._test_get_x(parser.get_bare_quoted_string,
558 self._test_get_x(parser.get_bare_quoted_string,
562 self._test_get_x(parser.get_bare_quoted_string,
566 self._test_get_x(parser.get_bare_quoted_string,
570 self._test_get_x(parser.get_bare_quoted_string,
574 self._test_get_x(parser.get_bare_quoted_string,
[all …]
/external/python/cpython3/Lib/email/
D_header_value_parser.py1202 def get_bare_quoted_string(value): function
1294 token, value = get_bare_quoted_string(value)