Searched refs:PyDateTime_DATE_GET_MINUTE (Results 1 – 6 of 6) sorted by relevance
122 #define PyDateTime_DATE_GET_MINUTE(o) (((PyDateTime_DateTime*)o)->data[5]) macro
124 #define PyDateTime_DATE_GET_MINUTE(o) (((PyDateTime_DateTime*)o)->data[5]) macro
171 .. c:function:: int PyDateTime_DATE_GET_MINUTE(PyDateTime_DateTime *o)
158 .. c:function:: int PyDateTime_DATE_GET_MINUTE(PyDateTime_DateTime *o)
49 #define DATE_GET_MINUTE PyDateTime_DATE_GET_MINUTE61 #define DATE_SET_MINUTE(o, v) (PyDateTime_DATE_GET_MINUTE(o) = (v))
56 #define DATE_GET_MINUTE PyDateTime_DATE_GET_MINUTE69 #define DATE_SET_MINUTE(o, v) (PyDateTime_DATE_GET_MINUTE(o) = (v))