Home
last modified time | relevance | path

Searched refs:TIME_GET_HOUR (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Modules/
D_datetimemodule.c96 #define TIME_GET_HOUR PyDateTime_TIME_GET_HOUR macro
4093 return PyLong_FromLong(TIME_GET_HOUR(self)); in time_hour()
4279 int h = TIME_GET_HOUR(self); in time_repr()
4355 TIME_GET_HOUR(self), TIME_GET_MINUTE(self), in time_isoformat()
4390 TIME_GET_HOUR(self), in time_strftime()
4445 offsecs1 = TIME_GET_HOUR(self) * 3600 + in time_richcompare()
4450 offsecs2 = TIME_GET_HOUR(other) * 3600 + in time_richcompare()
4486 self0 = new_time_ex2(TIME_GET_HOUR(self), in time_hash()
4513 seconds = TIME_GET_HOUR(self) * 3600 + in time_hash()
4541 int hh = TIME_GET_HOUR(self); in time_replace()
[all …]