Home
last modified time | relevance | path

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

/third_party/python/Lib/
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/
D_pickle.c88 TUPLE3 = '\x87', enumerator
2779 const char len2opcode[] = {EMPTY_TUPLE, TUPLE1, TUPLE2, TUPLE3}; in save_tuple()
6901 OP_ARG(TUPLE3, load_counted_tuple, 3) in load()
/third_party/python/Lib/test/
Dpickletester.py2036 (2, 3): pickle.TUPLE3,
2042 (3, 3): pickle.TUPLE3,