(self)
| 3750 | self.assertEqual(encoded, expected) |
| 3751 | |
| 3752 | def test_encode_strict(self): |
| 3753 | self.check_encode_strings("strict") |
| 3754 | |
| 3755 | def test_encode_surrogateescape(self): |
| 3756 | self.check_encode_strings("surrogateescape") |
nothing calls this directly
no test coverage detected