Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/classes/
DDates.py51 _DAYS_IN_MONTH = [ 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 ] variable
55 for dim in _DAYS_IN_MONTH:
75 return _DAYS_IN_MONTH[month-1]