(self)
| 3763 | self.assertEqual(encoded, expected) |
| 3764 | |
| 3765 | def test_encode_strict(self): |
| 3766 | self.check_encode_strings("strict") |
| 3767 | |
| 3768 | def test_encode_surrogateescape(self): |
| 3769 | self.check_encode_strings("surrogateescape") |
nothing calls this directly
no test coverage detected