Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c2469 int right_ord = ymd_to_ord(GET_YEAR(right), in date_subtract() local
2472 return new_delta(left_ord - right_ord, 0, 0, 0); in date_subtract()
/external/python/cpython3/Modules/
D_datetimemodule.c3030 int right_ord = ymd_to_ord(GET_YEAR(right), in date_subtract() local
3033 return new_delta(left_ord - right_ord, 0, 0, 0); in date_subtract()