Lines Matching defs:fold
439 check_time_args(int h, int m, int s, int us, int fold) in check_time_args()
892 int second, int usecond, PyObject *tzinfo, int fold, PyTypeObject *type) in new_datetime_ex2()
932 #define new_datetime(y, m, d, hh, mm, ss, us, tzinfo, fold) \ argument
939 int fold, PyObject *cls) { in new_datetime_subclass_fold_ex()
973 PyObject *tzinfo, int fold, PyTypeObject *type) in new_time_ex2()
1009 #define new_time(hh, mm, ss, us, tzinfo, fold) \ argument
1285 append_keyword_fold(PyObject *repr, int fold) in append_keyword_fold()
4188 int fold = 0; in time_new() local
4283 int fold = TIME_GET_FOLD(self); in time_repr() local
4546 int fold = TIME_GET_FOLD(self); in time_replace() local
4859 int fold = 0; in datetime_new() local
4968 int year, month, day, hour, minute, second, fold = 0; in datetime_from_timet_and_us() local
5857 int fold = DATE_GET_FOLD(self); in datetime_replace() local
6125 int hour, int minute, int second, int fold) in local_to_seconds()