Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A 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)
523 dim = _days_in_month(year, month)
2628 _date_class, _days_before_month, _days_before_year, _days_in_month,
/third_party/python/Modules/
H A D_datetimemodule.c212 static const int _days_in_month[] = { variable
244 return _days_in_month[month]; in days_in_month()

Completed in 13 milliseconds