Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_email/
H A Dtest_email.py4475 def _test_header_decode(self, encoded_header, expected_decoded_header): member in TestQuopri
4480 self._test_header_decode('', '')
4483 self._test_header_decode('hello', 'hello')
4486 self._test_header_decode('hello=0Aworld', 'hello\nworld')
4489 self._test_header_decode('hello=C7there', 'hello\xc7there')

Completed in 8 milliseconds