Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Ddatetime.h121 #define PyDateTime_DATE_GET_HOUR(o) (((PyDateTime_DateTime*)o)->data[4]) macro
/external/python/cpython2/Doc/c-api/
Ddatetime.rst164 .. c:function:: int PyDateTime_DATE_GET_HOUR(PyDateTime_DateTime *o)
/external/python/cpython2/Modules/
Ddatetimemodule.c48 #define DATE_GET_HOUR PyDateTime_DATE_GET_HOUR
60 #define DATE_SET_HOUR(o, v) (PyDateTime_DATE_GET_HOUR(o) = (v))