Lines Matching defs:fold
477 check_time_args(int h, int m, int s, int us, int fold) in check_time_args()
989 int second, int usecond, PyObject *tzinfo, int fold, PyTypeObject *type) in new_datetime_ex2()
1029 #define new_datetime(y, m, d, hh, mm, ss, us, tzinfo, fold) \ argument
1036 int fold, PyObject *cls) { in new_datetime_subclass_fold_ex()
1070 PyObject *tzinfo, int fold, PyTypeObject *type) in new_time_ex2()
1106 #define new_time(hh, mm, ss, us, tzinfo, fold) \ argument
1382 append_keyword_fold(PyObject *repr, int fold) in append_keyword_fold()
4247 int fold = 0; in time_new() local
4342 int fold = TIME_GET_FOLD(self); in time_repr() local
4605 int fold = TIME_GET_FOLD(self); in time_replace() local
4926 int fold = 0; in datetime_new() local
5035 int year, month, day, hour, minute, second, fold = 0; in datetime_from_timet_and_us() local
6061 int fold = DATE_GET_FOLD(self); in datetime_replace() local
6329 int hour, int minute, int second, int fold) in local_to_seconds()