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

Method test_decoder_state

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

Source from the content-addressed store, hash-verified

532 b"\xff", "strict", True)
533
534 def test_decoder_state(self):
535 self.check_state_handling_decode(self.encoding,
536 "spamspam", self.spamle)
537 self.check_state_handling_decode(self.encoding,
538 "spamspam", self.spambe)
539
540 def test_issue8941(self):
541 # Issue #8941: insufficient result allocation when decoding into

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected