Lines Matching refs:list
15 structures in memory. It can be described as a cross between a list and a
273 other means, the easiest way is to use a list comprehension to
314 Returns list containing all matching elements in document order.
365 """Get list of attribute names.
379 Return a list of (name, value) tuples.
392 list() function on the iterator, and loop over the resulting list.
657 Return list containing all matching elements in document order.
882 items = list(elem.items())
934 items = list(elem.items())
997 for k, v in list(_namespace_map.items()):
1106 """An auxiliary stream accumulating into a list reference."""
1232 a list of events to report back, *parser* is an optional parser instance.
1369 *sequence* is a list of other sequence, *parser* is an optional parser
1563 # events_to_report: a list of events to report during parsing (same as
1565 # events_queue: a list of actual parsing events that will be populated
1639 # is set, the attributes are reported as a list of alternating
1817 self._ns_stack.append(list(_namespace_map.items()))