(self)
| 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 |
nothing calls this directly
no test coverage detected