Searched refs:TIME_SET_MINUTE (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/ | ||
H A D | _datetimemodule.c | 107 #define TIME_SET_MINUTE(o, v) (PyDateTime_TIME_GET_MINUTE(o) = (v)) macro 1087 TIME_SET_MINUTE(self, minute); in new_time_ex2() |
Completed in 9 milliseconds