Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_datetimemodule.c75 #define DATE_GET_FOLD PyDateTime_DATE_GET_FOLD macro
4802 return PyLong_FromLong(DATE_GET_FOLD(self)); in datetime_fold()
5537 if (baserepr != NULL && DATE_GET_FOLD(self) != 0) in datetime_repr()
5538 baserepr = append_keyword_fold(baserepr, DATE_GET_FOLD(self)); in datetime_repr()
5640 !DATE_GET_FOLD(dt), in flip_fold()
5794 if (DATE_GET_FOLD(self)) { in datetime_hash()
5866 int fold = DATE_GET_FOLD(self); in datetime_replace()
5995 DATE_GET_FOLD(local_dt)); in local_timezone_from_local()
6071 DATE_GET_FOLD(result), in datetime_astimezone()
6203 DATE_GET_FOLD(self)); in datetime_timestamp()
[all …]