Lines Matching refs:TIME_GET_MINUTE
79 #define TIME_GET_MINUTE PyDateTime_TIME_GET_MINUTE macro
3873 return PyLong_FromLong(TIME_GET_MINUTE(self)); in time_minute()
4054 int m = TIME_GET_MINUTE(self); in time_repr()
4129 TIME_GET_HOUR(self), TIME_GET_MINUTE(self), in time_isoformat()
4165 TIME_GET_MINUTE(self), in time_strftime()
4220 TIME_GET_MINUTE(self) * 60 + in time_richcompare()
4225 TIME_GET_MINUTE(other) * 60 + in time_richcompare()
4261 TIME_GET_MINUTE(self), in time_hash()
4288 TIME_GET_MINUTE(self) * 60 + in time_hash()
4316 int mm = TIME_GET_MINUTE(self); in time_replace()
4962 TIME_GET_MINUTE(time), in datetime_combine()