Lines Matching refs:self0
4543 PyObject *offset, *self0;
4545 self0 = new_time_ex2(TIME_GET_HOUR(self),
4551 if (self0 == NULL)
4555 self0 = (PyObject *)self;
4556 Py_INCREF(self0);
4558 offset = time_utcoffset(self0, NULL);
4559 Py_DECREF(self0);
5988 PyObject *offset, *self0;
5990 self0 = new_datetime_ex2(GET_YEAR(self),
5999 if (self0 == NULL)
6003 self0 = (PyObject *)self;
6004 Py_INCREF(self0);
6006 offset = datetime_utcoffset(self0, NULL);
6007 Py_DECREF(self0);