Searched refs:TIME_GET_SECOND (Results 1 – 1 of 1) sorted by relevance
98 #define TIME_GET_SECOND PyDateTime_TIME_GET_SECOND macro4106 return PyLong_FromLong(TIME_GET_SECOND(self)); in py_time_second()4281 int s = TIME_GET_SECOND(self); in time_repr()4356 TIME_GET_SECOND(self), us); in time_isoformat()4392 TIME_GET_SECOND(self), in time_strftime()4447 TIME_GET_SECOND(self) - in time_richcompare()4452 TIME_GET_SECOND(other) - in time_richcompare()4488 TIME_GET_SECOND(self), in time_hash()4515 TIME_GET_SECOND(self); in time_hash()4543 int ss = TIME_GET_SECOND(self); in time_replace()[all …]