Lines Matching refs:item
113 POP = b'0' # discard topmost stack item
115 DUP = b'2' # duplicate top stack item
137 GET = b'g' # push item from memo on stack; index is string arg
140 LONG_BINGET = b'j' # push item from memo on stack; index is 4-byte arg
670 # three-tuple, the state from the third tuple item will be
706 # the 4th and 5th item should be iterators that provide list
1026 for item in batch:
1027 save(item)
1042 for item in obj:
1043 save(item)
1682 for item in items:
1683 append(item)
1708 for item in items:
1709 add(item)