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

Method test_decode_surrogateescape

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

Source from the content-addressed store, hash-verified

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:

Callers

nothing calls this directly

Calls 1

check_decode_stringsMethod · 0.95

Tested by

no test coverage detected