Home
last modified time | relevance | path

Searched defs:PyDateTime_TIME_GET_HOUR (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Ddatetime.h130 #define PyDateTime_TIME_GET_HOUR(o) (((PyDateTime_Time*)o)->data[0]) macro
/external/python/cpython3/Include/
Ddatetime.h133 #define PyDateTime_TIME_GET_HOUR(o) (((PyDateTime_Time*)o)->data[0]) macro