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.c59 #define DATE_GET_FOLD PyDateTime_DATE_GET_FOLD macro
4564 return PyLong_FromLong(DATE_GET_FOLD(self)); in datetime_fold()
5298 if (baserepr != NULL && DATE_GET_FOLD(self) != 0) in datetime_repr()
5299 baserepr = append_keyword_fold(baserepr, DATE_GET_FOLD(self)); in datetime_repr()
5401 !DATE_GET_FOLD(dt), in flip_fold()
5555 if (DATE_GET_FOLD(self)) { in datetime_hash()
5627 int fold = DATE_GET_FOLD(self); in datetime_replace()
5756 DATE_GET_FOLD(local_dt)); in local_timezone_from_local()
5832 DATE_GET_FOLD(result), in datetime_astimezone()
5964 DATE_GET_FOLD(self)); in datetime_timestamp()
[all …]