Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/test_email/
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')