Searched refs:_test_header_encode (Results 1 – 1 of 1) sorted by relevance
4450 def _test_header_encode(self, header, expected_encoded_header, charset=None): member in TestQuopri4458 self._test_header_encode(b'', '')4461 self._test_header_encode(b'hello', '=?iso-8859-1?q?hello?=')4464 self._test_header_encode(b'hello\nworld',4468 self._test_header_encode(b'hello\xc7there',4472 self._test_header_encode(b'hello', '=?iso-8859-2?q?hello?=',