Home
last modified time | relevance | path

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

/third_party/python/Include/
H A Ddatetime.h134 #define PyDateTime_DATE_GET_FOLD(o) (((PyDateTime_DateTime*)o)->fold) macro
/third_party/python/Modules/
H A D_zoneinfo.c2152 unsigned char fold = PyDateTime_DATE_GET_FOLD(dt); in find_ttinfo()
H A D_datetimemodule.c82 #define DATE_GET_FOLD PyDateTime_DATE_GET_FOLD
98 #define DATE_SET_FOLD(o, v) (PyDateTime_DATE_GET_FOLD(o) = (v))

Completed in 13 milliseconds