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

Method test_decoder_state

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

Source from the content-addressed store, hash-verified

706 b"\xff", "strict", True)
707
708 def test_decoder_state(self):
709 self.check_state_handling_decode(self.encoding,
710 "spamspam", self.spamle)
711 self.check_state_handling_decode(self.encoding,
712 "spamspam", self.spambe)
713
714 def test_bug691291(self):
715 # If encoding is not None, then

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected