Home
last modified time | relevance | path

Searched refs:IllegalMonthError (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_calendar.py683 with self.assertRaises(calendar.IllegalMonthError):
688 with self.assertRaises(calendar.IllegalMonthError):
692 with self.assertRaisesRegex(calendar.IllegalMonthError, '65'):
/external/python/cpython2/Lib/test/
Dtest_calendar.py466 with self.assertRaises(calendar.IllegalMonthError):
471 with self.assertRaises(calendar.IllegalMonthError):
/external/python/cpython2/Lib/
Dcalendar.py21 class IllegalMonthError(ValueError): class
120 raise IllegalMonthError(month)
/external/python/cpython3/Lib/
Dcalendar.py24 class IllegalMonthError(ValueError): class
123 raise IllegalMonthError(month)