Home
last modified time | relevance | path

Searched refs:TIME_GET_SECOND (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_datetimemodule.c103 #define TIME_GET_SECOND PyDateTime_TIME_GET_SECOND macro
4165 return PyLong_FromLong(TIME_GET_SECOND(self)); in py_time_second()
4340 int s = TIME_GET_SECOND(self); in time_repr()
4415 TIME_GET_SECOND(self), us); in time_isoformat()
4451 TIME_GET_SECOND(self), in time_strftime()
4506 TIME_GET_SECOND(self) - in time_richcompare()
4511 TIME_GET_SECOND(other) - in time_richcompare()
4547 TIME_GET_SECOND(self), in time_hash()
4574 TIME_GET_SECOND(self); in time_hash()
4602 int ss = TIME_GET_SECOND(sel in time_replace()
[all...]

Completed in 10 milliseconds