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

Method test_partial

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

Source from the content-addressed store, hash-verified

743 ill_formed_sequence = b"\x80\xdc"
744
745 def test_partial(self):
746 self.check_partial(
747 "\x00\xff\u0100\uffff\U00010000",
748 [
749 "",
750 "\x00",
751 "\x00",
752 "\x00\xff",
753 "\x00\xff",
754 "\x00\xff\u0100",
755 "\x00\xff\u0100",
756 "\x00\xff\u0100\uffff",
757 "\x00\xff\u0100\uffff",
758 "\x00\xff\u0100\uffff",
759 "\x00\xff\u0100\uffff",
760 "\x00\xff\u0100\uffff\U00010000",
761 ]
762 )
763
764 def test_errors(self):
765 tests = [

Callers

nothing calls this directly

Calls 1

check_partialMethod · 0.80

Tested by

no test coverage detected