Searched refs:TIME_GET_SECOND (Results 1 – 2 of 2) sorted by relevance
71 #define TIME_GET_SECOND PyDateTime_TIME_GET_SECOND macro3112 return PyInt_FromLong(TIME_GET_SECOND(self)); in py_time_second()3250 int s = TIME_GET_SECOND(self); in time_repr()3325 TIME_GET_SECOND(self), in time_strftime()3381 TIME_GET_SECOND(self); in time_richcompare()3384 TIME_GET_SECOND(other); in time_richcompare()3428 TIME_GET_SECOND(self), in time_hash()3434 TIME_GET_SECOND(self), in time_hash()3452 int ss = TIME_GET_SECOND(self); in time_replace()3474 if (TIME_GET_SECOND(self) || TIME_GET_MICROSECOND(self)) { in time_nonzero()[all …]
80 #define TIME_GET_SECOND PyDateTime_TIME_GET_SECOND macro3880 return PyLong_FromLong(TIME_GET_SECOND(self)); in py_time_second()4055 int s = TIME_GET_SECOND(self); in time_repr()4130 TIME_GET_SECOND(self), us); in time_isoformat()4166 TIME_GET_SECOND(self), in time_strftime()4221 TIME_GET_SECOND(self) - in time_richcompare()4226 TIME_GET_SECOND(other) - in time_richcompare()4262 TIME_GET_SECOND(self), in time_hash()4289 TIME_GET_SECOND(self); in time_hash()4317 int ss = TIME_GET_SECOND(self); in time_replace()[all …]