Home
last modified time | relevance | path

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

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