Searched refs:PyDateTime_TIME_GET_FOLD (Results 1 – 2 of 2) sorted by relevance
146 #define PyDateTime_TIME_GET_FOLD(o) (((PyDateTime_Time*)o)->fold) macro
100 #define TIME_GET_FOLD PyDateTime_TIME_GET_FOLD108 #define TIME_SET_FOLD(o, v) (PyDateTime_TIME_GET_FOLD(o) = (v))