Home
last modified time | relevance | path

Searched refs:TUPLE3 (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/
H A Dpickle.py165 TUPLE3 = b'\x87' # build 3-tuple from three topmost stack items variable
171 _tuplesize2code = [EMPTY_TUPLE, TUPLE1, TUPLE2, TUPLE3]
1449 dispatch[TUPLE3[0]] = load_tuple3
/third_party/python/Modules/
H A D_pickle.c100 TUPLE3 = '\x87', enumerator
2780 const char len2opcode[] = {EMPTY_TUPLE, TUPLE1, TUPLE2, TUPLE3}; in save_tuple()
6903 OP_ARG(TUPLE3, load_counted_tuple, 3) in load()
/third_party/python/Lib/test/
H A Dpickletester.py1235 b'\x87', # TUPLE3
1273 b'NNN(\x87', # TUPLE3
2066 (2, 3): pickle.TUPLE3,
2072 (3, 3): pickle.TUPLE3,

Completed in 17 milliseconds