Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_datetimemodule.c82 #define DATE_GET_FOLD PyDateTime_DATE_GET_FOLD macro
4860 return PyLong_FromLong(DATE_GET_FOLD(self)); in datetime_fold()
5732 if (baserepr != NULL && DATE_GET_FOLD(self) != 0) in datetime_repr()
5733 baserepr = append_keyword_fold(baserepr, DATE_GET_FOLD(self)); in datetime_repr()
5835 !DATE_GET_FOLD(dt), in flip_fold()
5989 if (DATE_GET_FOLD(self)) { in datetime_hash()
6061 int fold = DATE_GET_FOLD(self); in datetime_replace()
6190 DATE_GET_FOLD(local_dt)); in local_timezone_from_local()
6266 DATE_GET_FOLD(result), in datetime_astimezone()
6398 DATE_GET_FOLD(sel in datetime_timestamp()
[all...]

Completed in 10 milliseconds