Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py154 TUPLE1 = '\x85' # build 1-tuple from stack top variable
162 _tuplesize2code = [EMPTY_TUPLE, TUPLE1, TUPLE2, TUPLE3]
1010 dispatch[TUPLE1] = load_tuple1
/external/python/cpython2/Modules/
DcPickle.c80 #define TUPLE1 '\x85' /* build 1-tuple from stack top */ macro
1515 static char len2opcode[] = {EMPTY_TUPLE, TUPLE1, TUPLE2, TUPLE3}; in save_tuple()
4834 case TUPLE1: in load()
5251 case TUPLE1: in noload()
/external/python/cpython2/Lib/test/
Dpickletester.py1163 (2, 1): pickle.TUPLE1,