Searched defs:SETITEM (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
H A Dpickle.py138 SETITEM = 's' # add key+value pair to dict variable
670 write(SETITEM)
693 write(SETITEM)
1205 dispatch[SETITEM] = load_setitem
/external/python/cpython3/Lib/
H A Dpickle.py138 SETITEM = b's' # add key+value pair to dict variable
836 write(SETITEM)
853 write(SETITEM)
1481 dispatch[SETITEM[0]] = load_setitem
/external/python/cpython2/Modules/
H A DcPickle.c69 #define SETITEM 's' macro
1793 static char setitem = SETITEM;
1924 static char setitem = SETITEM;
4973 case SETITEM:
5391 case SETITEM:
/external/python/cpython3/Modules/
H A D_pickle.c61 SETITEM = 's', enumerator in enum:opcode
2651 const char setitem_op = SETITEM;
2782 const char setitem_op = SETITEM;
6296 OP(SETITEM, load_setitem)

Completed in 804 milliseconds