Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_datetimemodule.c3658 static PyObject *datetime_utcoffset(PyObject *self, PyObject *);
3679 off = datetime_utcoffset(dt, NULL); in tzinfo_fromutc()
5348 datetime_utcoffset(PyObject *self, PyObject *unused) { in datetime_utcoffset() function
5436 offset1 = datetime_utcoffset(left, NULL); in datetime_subtract()
5439 offset2 = datetime_utcoffset(right, NULL); in datetime_subtract()
5652 result = datetime_utcoffset(flip_dt, NULL); in get_flip_fold_offset()
5723 offset1 = datetime_utcoffset(self, NULL); in datetime_richcompare()
5726 offset2 = datetime_utcoffset(other, NULL); in datetime_richcompare()
5811 offset = datetime_utcoffset(self0, NULL); in datetime_hash()
6391 {"utcoffset", (PyCFunction)datetime_utcoffset, METH_NOARGS,
/external/python/cpython2/Modules/
Ddatetimemodule.c4048 datetime_utcoffset(PyDateTime_DateTime *self, PyObject *unused) { in datetime_utcoffset() function
4656 {"utcoffset", (PyCFunction)datetime_utcoffset, METH_NOARGS,