HomeSort by relevance Sort by last modified time
    Searched refs:check_same_msg (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 509 def check_same_msg(self, exc, msg): member in class:TestSameStrAndUnicodeMsg
535 self.check_same_msg(Exception(), '')
542 self.check_same_msg(ExcWithOverriddenStr(msg=msg), msg)
553 self.check_same_msg(Exception(arg), arg)
567 self.check_same_msg(ExcWithOverriddenStr('arg', msg=msg), msg)
584 self.check_same_msg(Exception(*args), repr(args))
592 self.check_same_msg(e, msg)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 509 def check_same_msg(self, exc, msg): member in class:TestSameStrAndUnicodeMsg
535 self.check_same_msg(Exception(), '')
542 self.check_same_msg(ExcWithOverriddenStr(msg=msg), msg)
553 self.check_same_msg(Exception(arg), arg)
567 self.check_same_msg(ExcWithOverriddenStr('arg', msg=msg), msg)
584 self.check_same_msg(Exception(*args), repr(args))
592 self.check_same_msg(e, msg)

Completed in 1759 milliseconds