Lines Matching refs:listitems
299 # (function, args, state, listitems, dictitems)
302 # listitems, and dictitems if they are not None.
323 function, args, state, listitems, dictitems = reduce
327 if listitems is not None:
328 listitems = list(listitems)
340 if not args and not listitems and not dictitems \
344 if not listitems and not dictitems \
352 if listitems:
353 value['listitems'] = listitems