Searched refs:TUPLE2 (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/ |
H A D | pickle.py | 164 TUPLE2 = b'\x86' # build 2-tuple from two topmost stack items variable 171 _tuplesize2code = [EMPTY_TUPLE, TUPLE1, TUPLE2, TUPLE3] 727 write(TUPLE2) 1445 dispatch[TUPLE2[0]] = load_tuple2
|
/third_party/python/Modules/ |
H A D | _pickle.c | 99 TUPLE2 = '\x86', enumerator 2780 const char len2opcode[] = {EMPTY_TUPLE, TUPLE1, TUPLE2, TUPLE3}; in save_tuple() 4257 const char tupletwo_op = TUPLE2; in save_reduce() 6902 OP_ARG(TUPLE2, load_counted_tuple, 2) in load()
|
/third_party/python/Lib/test/ |
H A D | pickletester.py | 544 60: \x86 TUPLE2 615 57: \x86 TUPLE2 690 68: \x86 TUPLE2 1233 b'\x86', # TUPLE2 1271 b'NN(\x86', # TUPLE2 2065 (2, 2): pickle.TUPLE2, 2071 (3, 2): pickle.TUPLE2,
|
Completed in 16 milliseconds