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

/external/python/cpython3/Modules/
H A D_datetimemodule.c3634 time_utcoffset(PyObject *self, PyObject *unused) { function
3800 offset1 = time_utcoffset(self, NULL);
3803 offset2 = time_utcoffset(other, NULL);
3876 offset = time_utcoffset(self0, NULL);
4002 {"utcoffset", (PyCFunction)time_utcoffset, METH_NOARGS,
/external/python/cpython2/Modules/
H A Ddatetimemodule.c3218 time_utcoffset(PyDateTime_Time *self, PyObject *unused) { function
3528 {"utcoffset", (PyCFunction)time_utcoffset, METH_NOARGS,

Completed in 1112 milliseconds