Home
last modified time | relevance | path

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

/third_party/python/Lib/
Ddatetime.py51 def _days_in_month(year, month): function
66 dim = _days_in_month(year, month)
144 assert 0 <= n < _days_in_month(year, month)
392 dim = _days_in_month(year, month)
2515 _date_class, _days_before_month, _days_before_year, _days_in_month,
/third_party/python/Modules/
D_datetimemodule.c207 static const int _days_in_month[] = { variable
239 return _days_in_month[month]; in days_in_month()