Home
last modified time | relevance | path

Searched defs:IllegalMonthError (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dcalendar.py21 class IllegalMonthError(ValueError): class
/external/python/cpython3/Lib/
Dcalendar.py24 class IllegalMonthError(ValueError): class