Lines Matching full:expr2
814 def assertIs(self, expr1, expr2, msg=None):816 if expr1 is not expr2:818 safe_repr(expr2))821 def assertIsNot(self, expr1, expr2, msg=None):823 if expr1 is expr2: