Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_datetimemodule.c100 #define TIME_GET_FOLD PyDateTime_TIME_GET_FOLD macro
4126 return PyLong_FromLong(TIME_GET_FOLD(self)); in time_fold()
4283 int fold = TIME_GET_FOLD(self); in time_repr()
4485 if (TIME_GET_FOLD(self)) { in time_hash()
4546 int fold = TIME_GET_FOLD(self); in time_replace()
4634 if (proto > 3 && TIME_GET_FOLD(self)) in time_getstate()
5195 TIME_GET_FOLD(time), in datetime_combine()