(self)
| 3766 | self.check_encode_strings("strict") |
| 3767 | |
| 3768 | def test_encode_surrogateescape(self): |
| 3769 | self.check_encode_strings("surrogateescape") |
| 3770 | |
| 3771 | def test_encode_surrogatepass(self): |
| 3772 | try: |
nothing calls this directly
no test coverage detected