Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_datetimemodule.c116 #define GET_TD_DAYS(o) (((PyDateTime_Delta *)(o))->days) macro
1193 if ((GET_TD_DAYS(offset) == -1 && in new_timezone()
1196 GET_TD_DAYS(offset) < -1 || GET_TD_DAYS(offset) >= 1) { in new_timezone()
1265 if ((GET_TD_DAYS(offset) == -1 && in call_tzinfo_method()
1268 GET_TD_DAYS(offset) < -1 || GET_TD_DAYS(offset) >= 1) { in call_tzinfo_method()
1480 if (GET_TD_DAYS(offset) < 0) { in format_utcoffset()
1854 x1 = PyLong_FromLong(GET_TD_DAYS(self)); in delta_to_microseconds()
2163 int days = GET_TD_DAYS(lef in delta_add()
[all...]

Completed in 7 milliseconds