(self)
| 3826 | self.check_decode_strings("strict") |
| 3827 | |
| 3828 | def test_decode_surrogateescape(self): |
| 3829 | self.check_decode_strings("surrogateescape") |
| 3830 | |
| 3831 | def test_decode_surrogatepass(self): |
| 3832 | try: |
nothing calls this directly
no test coverage detected