Lines Matching refs:TIME_GET_MICROSECOND
81 #define TIME_GET_MICROSECOND PyDateTime_TIME_GET_MICROSECOND macro
1450 sprintf(freplacement, "%06d", TIME_GET_MICROSECOND(object)); in make_freplacement()
3886 return PyLong_FromLong(TIME_GET_MICROSECOND(self)); in time_microsecond()
4056 int us = TIME_GET_MICROSECOND(self); in time_repr()
4088 int us = TIME_GET_MICROSECOND(self); in time_isoformat()
4231 diff = TIME_GET_MICROSECOND(self) - in time_richcompare()
4232 TIME_GET_MICROSECOND(other); in time_richcompare()
4263 TIME_GET_MICROSECOND(self), in time_hash()
4290 microseconds = TIME_GET_MICROSECOND(self); in time_hash()
4318 int us = TIME_GET_MICROSECOND(self); in time_replace()
4964 TIME_GET_MICROSECOND(time), in datetime_combine()