Searched defs: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
128 #define PyDateTime_DATE_GET_MINUTE(o) (((PyDateTime_DateTime*)o)->data[5]) macro