Home | History | Annotate | Download | only in test

Lines Matching defs:DATA2

149 # DATA0 .. DATA2 are the pickles we expect under the various protocols, for
338 DATA2 = ('\x80\x02]q\x01(K\x00\x8a\x01\x01G@\x00\x00\x00\x00\x00\x00\x00'
346 # Disassembly of DATA2.
460 for canned in DATA0, DATA1, DATA2:
1275 data2 = ["abcdefg", 44, 44]
1278 pickler.dump(data2)
1291 self.assertEqual(unpickler.load(), data2)