(self, text, errors="strict")
| 3746 | SURROGATES = "\uDC80\uDCFF" |
| 3747 | |
| 3748 | def encode(self, text, errors="strict"): |
| 3749 | return _testinternalcapi.EncodeLocaleEx(text, 0, errors) |
| 3750 | |
| 3751 | def check_encode_strings(self, errors): |
| 3752 | for text in self.STRINGS: |
no outgoing calls
no test coverage detected