Home
last modified time | relevance | path

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

/third_party/python/Include/
H A Ddatetime.h139 #define PyDateTime_TIME_GET_HOUR(o) (((PyDateTime_Time*)o)->data[0]) macro
/third_party/python/Modules/
H A D_datetimemodule.c101 #define TIME_GET_HOUR PyDateTime_TIME_GET_HOUR
106 #define TIME_SET_HOUR(o, v) (PyDateTime_TIME_GET_HOUR(o) = (v))
H A D_testcapimodule.c3000 hour = PyDateTime_TIME_GET_HOUR(obj); in test_PyDateTime_TIME_GET()

Completed in 20 milliseconds