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

Method test_decode_strict

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

Source from the content-addressed store, hash-verified

3823 self.assertEqual(decoded, expected)
3824
3825 def test_decode_strict(self):
3826 self.check_decode_strings("strict")
3827
3828 def test_decode_surrogateescape(self):
3829 self.check_decode_strings("surrogateescape")

Callers

nothing calls this directly

Calls 1

check_decode_stringsMethod · 0.95

Tested by

no test coverage detected