(self)
| 3813 | self.check_decode_strings("strict") |
| 3814 | |
| 3815 | def test_decode_surrogateescape(self): |
| 3816 | self.check_decode_strings("surrogateescape") |
| 3817 | |
| 3818 | def test_decode_surrogatepass(self): |
| 3819 | try: |
nothing calls this directly
no test coverage detected