Searched defs:PyDateTime_DATE_GET_MINUTE (Results 1 – 2 of 2) 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