Searched refs:PyDateTime_TIME_GET_HOUR (Results 1 – 6 of 6) sorted by relevance
130 #define PyDateTime_TIME_GET_HOUR(o) (((PyDateTime_Time*)o)->data[0]) macro
133 #define PyDateTime_TIME_GET_HOUR(o) (((PyDateTime_Time*)o)->data[0]) macro
196 .. c:function:: int PyDateTime_TIME_GET_HOUR(PyDateTime_Time *o)
177 .. c:function:: int PyDateTime_TIME_GET_HOUR(PyDateTime_Time *o)
69 #define TIME_GET_HOUR PyDateTime_TIME_GET_HOUR73 #define TIME_SET_HOUR(o, v) (PyDateTime_TIME_GET_HOUR(o) = (v))
78 #define TIME_GET_HOUR PyDateTime_TIME_GET_HOUR83 #define TIME_SET_HOUR(o, v) (PyDateTime_TIME_GET_HOUR(o) = (v))