Home | History | Annotate | Download | only in python

Lines Matching refs:expected_seq

1012   def __init__(self, expected_seq):
1016 expected_seq: a sequence
1019 self._expected_seq = expected_seq
1022 """Check to see whether actual_seq has same elements as expected_seq.