Lines Matching refs:PROTO
533 0: \x80 PROTO 2
604 0: \x80 PROTO 3
674 0: \x80 PROTO 4
923 0: \x80 PROTO 2
1149 # 0: \x80 PROTO 4
1352 b'\x80', # PROTO
2018 proto_header = pickle.PROTO + bytes([proto])
2021 self.assertEqual(count_opcode(pickle.PROTO, pickled), 0)
2025 badpickle = pickle.PROTO + bytes([oob]) + build_none
2565 elif frameless_start is None and op.name != 'PROTO':