Home | History | Annotate | Download | only in test

Lines Matching refs:lst

3724             def __setstate__(self_, lst):
3725 self.assertEqual(len(lst), 1)
3726 self_.__foo = self_.foo = lst[0]