Home | History | Annotate | Download | only in test

Lines Matching full:opcode

61 # Return True if opcode code appears in the pickle, else False.
68 # Return the number of times opcode code appears in pickle.
702 # Map (proto, len(tuple)) to expected opcode.
735 # Map (proto, singleton) to expected opcode.
789 # an object of that type. Check that the resulting pickle uses opcode
792 def produce_global_ext(self, extcode, opcode):
804 self.assertEqual(opcode_in_pickle(opcode, s1), False)
814 self.assertEqual(opcode_in_pickle(opcode, s2), True)