(self)
| 3753 | self.check_encode_strings("strict") |
| 3754 | |
| 3755 | def test_encode_surrogateescape(self): |
| 3756 | self.check_encode_strings("surrogateescape") |
| 3757 | |
| 3758 | def test_encode_surrogatepass(self): |
| 3759 | try: |
nothing calls this directly
no test coverage detected