Searched refs:PyDateTime_TIME_GET_MICROSECOND (Results 1 – 4 of 4) sorted by relevance
142 #define PyDateTime_TIME_GET_MICROSECOND(o) \ macro
218 .. c:function:: int PyDateTime_TIME_GET_MICROSECOND(PyDateTime_Time *o)
99 #define TIME_GET_MICROSECOND PyDateTime_TIME_GET_MICROSECOND
2828 microsecond = PyDateTime_TIME_GET_MICROSECOND(obj); in test_PyDateTime_TIME_GET()