Lines Matching refs:yesno
718 yesno = d.askyesno = Func()
736 yesno.result = False
738 eq(yesno.called, 1)
746 yesno.result = True
748 eq(yesno.called, 2)
759 yesno.result = True
761 eq(yesno.called, 3)
1129 yesno = d.askyesno = Func()
1147 yesno.result = False
1149 eq(yesno.called, 1)
1157 yesno.result = True
1159 eq(yesno.called, 2)
1170 yesno.result = True
1172 eq(yesno.called, 3)