Lines Matching defs:fail
69 if p: self.fail("Empty mapping must compare to False")
70 if not d: self.fail("Full mapping must compare to True")
553 fail = False
555 if self.fail:
563 x.fail = True
581 fail = False
583 if self.fail:
591 x.fail = True
602 self.fail("changing dict size during iteration doesn't raise Error")
657 fail = False
659 if self.fail:
667 x.fail = True