(self, text, errors="strict")
| 3733 | SURROGATES = "\uDC80\uDCFF" |
| 3734 | |
| 3735 | def encode(self, text, errors="strict"): |
| 3736 | return _testinternalcapi.EncodeLocaleEx(text, 0, errors) |
| 3737 | |
| 3738 | def check_encode_strings(self, errors): |
| 3739 | for text in self.STRINGS: |
no outgoing calls
no test coverage detected