Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c47 #define GET_DAY PyDateTime_GET_DAY macro
1092 int wday = weekday(GET_YEAR(date), GET_MONTH(date), GET_DAY(date)); in format_ctime()
1096 GET_DAY(date), hours, minutes, seconds, in format_ctime()
1367 GET_YEAR(dt), GET_MONTH(dt), GET_DAY(dt)); in isoformat_date()
2263 return PyInt_FromLong(GET_DAY(self)); in date_day()
2415 int day = GET_DAY(date) + (negate ? -deltadays : deltadays); in add_date_timedelta()
2463 GET_DAY(left)); in date_subtract()
2466 GET_DAY(right)); in date_subtract()
2492 GET_YEAR(self), GET_MONTH(self), GET_DAY(self)); in date_repr()
2576 int dow = weekday(GET_YEAR(self), GET_MONTH(self), GET_DAY(self)); in date_isoweekday()
[all …]