Searched refs:IllegalMonthError (Results 1 – 4 of 4) sorted by relevance
756 with self.assertRaises(calendar.IllegalMonthError):761 with self.assertRaises(calendar.IllegalMonthError):765 with self.assertRaisesRegex(calendar.IllegalMonthError, '65'):
466 with self.assertRaises(calendar.IllegalMonthError):471 with self.assertRaises(calendar.IllegalMonthError):
21 class IllegalMonthError(ValueError): class120 raise IllegalMonthError(month)
24 class IllegalMonthError(ValueError): class124 raise IllegalMonthError(month)