Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_datetimemodule.c4031 time_utcoffset(PyObject *self, PyObject *unused) { in time_utcoffset() function
4197 offset1 = time_utcoffset(self, NULL); in time_richcompare()
4200 offset2 = time_utcoffset(other, NULL); in time_richcompare()
4273 offset = time_utcoffset(self0, NULL); in time_hash()
4449 {"utcoffset", (PyCFunction)time_utcoffset, METH_NOARGS,
/external/python/cpython2/Modules/
Ddatetimemodule.c3222 time_utcoffset(PyDateTime_Time *self, PyObject *unused) { in time_utcoffset() function
3532 {"utcoffset", (PyCFunction)time_utcoffset, METH_NOARGS,