Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Ddatetime.h122 #define PyDateTime_DATE_GET_MINUTE(o) (((PyDateTime_DateTime*)o)->data[5]) macro
/external/python/cpython2/Doc/c-api/
Ddatetime.rst171 .. c:function:: int PyDateTime_DATE_GET_MINUTE(PyDateTime_DateTime *o)
/external/python/cpython2/Modules/
Ddatetimemodule.c49 #define DATE_GET_MINUTE PyDateTime_DATE_GET_MINUTE
61 #define DATE_SET_MINUTE(o, v) (PyDateTime_DATE_GET_MINUTE(o) = (v))