Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Ddatetime.h119 #define PyDateTime_GET_DAY(o) (((PyDateTime_Date*)o)->data[3]) macro
/external/python/cpython3/Include/
Ddatetime.h121 #define PyDateTime_GET_DAY(o) (((PyDateTime_Date*)o)->data[3]) macro