Home
last modified time | relevance | path

Searched refs:PyDateTime_TIME_GET_FOLD (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/
Ddatetime.h146 #define PyDateTime_TIME_GET_FOLD(o) (((PyDateTime_Time*)o)->fold) macro
/third_party/python/Modules/
D_datetimemodule.c100 #define TIME_GET_FOLD PyDateTime_TIME_GET_FOLD
108 #define TIME_SET_FOLD(o, v) (PyDateTime_TIME_GET_FOLD(o) = (v))