Home
last modified time | relevance | path

Searched refs:PyDateTime_DATE_GET_FOLD (Results 1 – 2 of 2) 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_datetimemodule.c59 #define DATE_GET_FOLD PyDateTime_DATE_GET_FOLD
75 #define DATE_SET_FOLD(o, v) (PyDateTime_DATE_GET_FOLD(o) = (v))