Home | History | Annotate | Download | only in unittest

Lines Matching refs:first_seq

872         first_seq, second_seq = list(actual_seq), list(expected_seq)

881 first = collections.Counter(first_seq)
885 differences = _count_diff_all_purpose(first_seq, second_seq)
889 differences = _count_diff_hashable(first_seq, second_seq)