Searched refs:TUPLE (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | pickletester.py | 1150 expected_opcode = {(0, 0): pickle.TUPLE, 1151 (0, 1): pickle.TUPLE, 1152 (0, 2): pickle.TUPLE, 1153 (0, 3): pickle.TUPLE, 1154 (0, 4): pickle.TUPLE, 1157 (1, 1): pickle.TUPLE, 1158 (1, 2): pickle.TUPLE, 1159 (1, 3): pickle.TUPLE, 1160 (1, 4): pickle.TUPLE, 1166 (2, 4): pickle.TUPLE,
|
/external/python/cpython2/Lib/ |
D | pickle.py | 139 TUPLE = 't' # build tuple from topmost stack items variable 547 write(MARK + TUPLE) 586 self.write(TUPLE) 1002 dispatch[TUPLE] = load_tuple
|
/external/python/cpython2/Modules/ |
D | cPickle.c | 70 #define TUPLE 't' macro 1512 static char tuple = TUPLE; in save_tuple() 1529 c_str[1] = TUPLE; in save_tuple() 4849 case TUPLE: in load() 5266 case TUPLE: in noload()
|
/external/python/cpython2/ |
D | configure.ac | 41 AC_MSG_ERROR([Cross compiling required --host=HOST-TUPLE and --build=ARCH])
|