Home
last modified time | relevance | path

Searched refs:self0 (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
D_datetimemodule.c4258 PyObject *offset, *self0; in time_hash() local
4260 self0 = new_time_ex2(TIME_GET_HOUR(self), in time_hash()
4266 if (self0 == NULL) in time_hash()
4270 self0 = (PyObject *)self; in time_hash()
4271 Py_INCREF(self0); in time_hash()
4273 offset = time_utcoffset(self0, NULL); in time_hash()
4274 Py_DECREF(self0); in time_hash()
5554 PyObject *offset, *self0; in datetime_hash() local
5556 self0 = new_datetime_ex2(GET_YEAR(self), in datetime_hash()
5565 if (self0 == NULL) in datetime_hash()
[all …]