Lines Matching refs:yesno
739 yesno = d.askyesno = Func()
757 yesno.result = False
759 eq(yesno.called, 1)
767 yesno.result = True
769 eq(yesno.called, 2)
780 yesno.result = True
782 eq(yesno.called, 3)
1150 yesno = d.askyesno = Func()
1168 yesno.result = False
1170 eq(yesno.called, 1)
1178 yesno.result = True
1180 eq(yesno.called, 2)
1191 yesno.result = True
1193 eq(yesno.called, 3)