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

Method test_encode_surrogateescape

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

Source from the content-addressed store, hash-verified

3753 self.check_encode_strings("strict")
3754
3755 def test_encode_surrogateescape(self):
3756 self.check_encode_strings("surrogateescape")
3757
3758 def test_encode_surrogatepass(self):
3759 try:

Callers

nothing calls this directly

Calls 1

check_encode_stringsMethod · 0.95

Tested by

no test coverage detected