Lines Matching refs:list
60 Returns a two-element tuple of lists. The first list contains those
61 elements in the "expected" list but not in the "actual" list, and the
62 second contains those elements in the "actual" list but not in the
63 "expected" list. Duplicate elements in either input list are ignored.
122 'Returns list of (cnt_act, cnt_exp, elem) triples where the counts differ'
124 s, t = list(actual), list(expected)
157 'Returns list of (cnt_act, cnt_exp, elem) triples where the counts differ'