Lines Matching refs:DATE_GET_MICROSECOND
51 #define DATE_GET_MICROSECOND PyDateTime_DATE_GET_MICROSECOND macro
1147 sprintf(freplacement, "%06d", DATE_GET_MICROSECOND(object)); in make_freplacement()
1376 int us = DATE_GET_MICROSECOND(dt); in isoformat_time()
2925 us = DATE_GET_MICROSECOND(dt); in tzinfo_fromutc()
3642 return PyInt_FromLong(DATE_GET_MICROSECOND(self)); in datetime_microsecond()
4085 int microsecond = DATE_GET_MICROSECOND(date) + in add_datetime_timedelta()
4160 delta_us = DATE_GET_MICROSECOND(left) - in datetime_subtract()
4161 DATE_GET_MICROSECOND(right); in datetime_subtract()
4191 if (DATE_GET_MICROSECOND(self)) { in datetime_repr()
4198 DATE_GET_MICROSECOND(self)); in datetime_repr()
4376 DATE_GET_MICROSECOND(self), in datetime_hash()
4398 int us = DATE_GET_MICROSECOND(self); in datetime_replace()
4450 us = DATE_GET_MICROSECOND(self); in datetime_astimezone()
4514 DATE_GET_MICROSECOND(self), in datetime_gettime()
4524 DATE_GET_MICROSECOND(self), in datetime_gettimetz()