Home | History | Annotate | Download | only in Modules

Lines Matching defs:SETITEMS

64     SETITEMS        = 'u',
100 batch_list/dict() pumps out before doing APPENDS/SETITEMS. Nothing will
2633 * MARK key value ... key value SETITEMS
2635 * empty dict, or dict-like object, for the SETITEMS to operate on.
2652 const char setitems_op = SETITEMS;
2657 /* SETITEMS isn't available; do one at a time. */
2718 /* Pump out MARK, items, SETITEMS. */
2767 * MARK key value ... key value SETITEMS
2769 * empty dict, or dict-like object, for the SETITEMS to operate on.
2783 const char setitems_op = SETITEMS;
5898 "odd number of items for SETITEMS");
6297 OP(SETITEMS, load_setitems)