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

/external/python/cpython2/Modules/
H A Ddatetimemodule.c202 days_before_month(int year, int month) function
330 return days_before_year(year) + days_before_month(year, month) + day;
1425 days_before_month(y, m) + d,
/external/python/cpython3/Modules/
H A D_datetimemodule.c230 days_before_month(int year, int month) function
352 return days_before_year(year) + days_before_month(year, month) + day;
1421 days_before_month(y, m) + d,

Completed in 114 milliseconds