Searched refs:_test_header_decode (Results 1 – 1 of 1) sorted by relevance
4475 def _test_header_decode(self, encoded_header, expected_decoded_header): member in TestQuopri4480 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')