Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Ddatetime.h143 #define PyDateTime_DELTA_GET_DAYS(o) (((PyDateTime_Delta*)o)->days) macro
/external/python/cpython3/Doc/c-api/
Ddatetime.rst201 .. c:function:: int PyDateTime_DELTA_GET_DAYS(PyDateTime_Delta *o)
/external/python/cpython3/Misc/
DHISTORY10544 PyDateTime_DELTA_GET_DAYS, PyDateTime_DELTA_GET_SECONDS,