Lines Matching refs:utcself
6442 PyDateTime_DateTime *utcself;
6446 utcself = self;
6447 Py_INCREF(utcself);
6456 utcself = self;
6457 Py_INCREF(utcself);
6460 utcself = (PyDateTime_DateTime *)add_datetime_timedelta(self,
6463 if (utcself == NULL)
6467 y = GET_YEAR(utcself);
6468 m = GET_MONTH(utcself);
6469 d = GET_DAY(utcself);
6470 hh = DATE_GET_HOUR(utcself);
6471 mm = DATE_GET_MINUTE(utcself);
6472 ss = DATE_GET_SECOND(utcself);
6474 Py_DECREF(utcself);