Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Ddatetime.h130 #define PyDateTime_DATE_GET_FOLD(o) (((PyDateTime_DateTime*)o)->fold) macro
/external/python/cpython3/Modules/
D_zoneinfo.c2144 unsigned char fold = PyDateTime_DATE_GET_FOLD(dt); in find_ttinfo()
D_datetimemodule.c75 #define DATE_GET_FOLD PyDateTime_DATE_GET_FOLD
91 #define DATE_SET_FOLD(o, v) (PyDateTime_DATE_GET_FOLD(o) = (v))