Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_calendar.py756 with self.assertRaises(calendar.IllegalMonthError):
761 with self.assertRaises(calendar.IllegalMonthError):
765 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
124 raise IllegalMonthError(month)