Searched refs:DATE_GET_MICROSECOND (Results 1 – 2 of 2) sorted by relevance
51 #define DATE_GET_MICROSECOND PyDateTime_DATE_GET_MICROSECOND macro1147 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()[all …]
58 #define DATE_GET_MICROSECOND PyDateTime_DATE_GET_MICROSECOND macro1452 sprintf(freplacement, "%06d", DATE_GET_MICROSECOND(object)); in make_freplacement()4550 return PyLong_FromLong(DATE_GET_MICROSECOND(self)); in datetime_microsecond()5144 int microsecond = DATE_GET_MICROSECOND(date) + in add_datetime_timedelta()5241 delta_us = DATE_GET_MICROSECOND(left) - in datetime_subtract()5242 DATE_GET_MICROSECOND(right); in datetime_subtract()5274 if (DATE_GET_MICROSECOND(self)) { in datetime_repr()5281 DATE_GET_MICROSECOND(self)); in datetime_repr()5319 int us = DATE_GET_MICROSECOND(self); in datetime_isoformat()5398 DATE_GET_MICROSECOND(dt), in flip_fold()[all …]