Searched refs:_DAYS_IN_MONTH (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Lib/ |
D | datetime.py | 33 _DAYS_IN_MONTH = [-1, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31] variable 37 for dim in _DAYS_IN_MONTH[1:]: 56 return _DAYS_IN_MONTH[month] 142 preceding -= _DAYS_IN_MONTH[month] + (month == 2 and leapyear) 2511 del (_DAYNAMES, _DAYS_BEFORE_MONTH, _DAYS_IN_MONTH, _DI100Y, _DI400Y,
|