Home
last modified time | relevance | path

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

/third_party/python/Lib/
Ddatetime.py58 def _days_before_month(year, month): function
69 _days_before_month(year, month) +
158 dnum = _days_before_month(y, m) + d
2515 _date_class, _days_before_month, _days_before_year, _days_in_month,
/third_party/python/Modules/
D_datetimemodule.c212 static const int _days_before_month[] = { variable
250 days = _days_before_month[month]; in days_before_month()
349 preceding = (_days_before_month[*month] + (*month > 2 && leapyear)); in ord_to_ymd()