Lines Matching refs:expected_seq
1012 def __init__(self, expected_seq):1016 expected_seq: a sequence1019 self._expected_seq = expected_seq1022 """Check to see whether actual_seq has same elements as expected_seq.