Searched refs:LONG1 (Results 1 – 4 of 4) sorted by relevance
159 LONG1 = '\x8a' # push long from < 256 bytes variable466 self.write(LONG1 + chr(n) + bytes)945 dispatch[LONG1] = load_long1
85 #define LONG1 '\x8a' /* push long from < 256 bytes */ macro1094 c_str[0] = LONG1; in save_long()1140 c_str[0] = LONG1; in save_long()4752 case LONG1: in load()5169 case LONG1: in noload()
85 #define LONG1 '\x8a' /* push long from < 256 bytes */ macro1063 c_str[0] = LONG1; in save_long()1109 c_str[0] = LONG1; in save_long()4717 case LONG1: in load()5134 case LONG1: in noload()
659 self.assertEqual(opcode_in_pickle(pickle.LONG1, s), proto >= 2)