Searched defs:PyDateTime_DELTA_GET_MICROSECONDS (Results 1 – 2 of 2) sorted by relevance
27 #define PyDateTime_DELTA_GET_MICROSECONDS(o) (((PyDateTime_Delta*)o)->microseconds) macro
145 #define PyDateTime_DELTA_GET_MICROSECONDS(o) \ macro