Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_datetimemodule.c82 #define TIME_GET_FOLD PyDateTime_TIME_GET_FOLD macro
3900 return PyLong_FromLong(TIME_GET_FOLD(self)); in time_fold()
4057 int fold = TIME_GET_FOLD(self); in time_repr()
4259 if (TIME_GET_FOLD(self)) { in time_hash()
4320 int fold = TIME_GET_FOLD(self); in time_replace()
4408 if (proto > 3 && TIME_GET_FOLD(self)) in time_getstate()
4966 TIME_GET_FOLD(time), in datetime_combine()