Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_email/
H A Dtest__header_value_parser.py536 # get_bare_quoted_string
539 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,
[all...]
/third_party/python/Lib/email/
H A D_header_value_parser.py1202 def get_bare_quoted_string(value): function
1294 token, value = get_bare_quoted_string(value)

Completed in 6 milliseconds