MCPcopy Index your code
hub / github.com/python/cpython / test_decode_surrogateescape

Method test_decode_surrogateescape

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

Source from the content-addressed store, hash-verified

3813 self.check_decode_strings("strict")
3814
3815 def test_decode_surrogateescape(self):
3816 self.check_decode_strings("surrogateescape")
3817
3818 def test_decode_surrogatepass(self):
3819 try:

Callers

nothing calls this directly

Calls 1

check_decode_stringsMethod · 0.95

Tested by

no test coverage detected