MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_encode_surrogateescape

Method test_encode_surrogateescape

Lib/test/test_codecs.py:3768–3769  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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:

Callers

nothing calls this directly

Calls 1

check_encode_stringsMethod · 0.95

Tested by

no test coverage detected