Searched refs:datetime_utcoffset (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/ |
D | _datetimemodule.c | 3419 static PyObject *datetime_utcoffset(PyObject *self, PyObject *); 3440 off = datetime_utcoffset(dt, NULL); in tzinfo_fromutc() 5110 datetime_utcoffset(PyObject *self, PyObject *unused) { in datetime_utcoffset() function 5197 offset1 = datetime_utcoffset(left, NULL); in datetime_subtract() 5200 offset2 = datetime_utcoffset(right, NULL); in datetime_subtract() 5413 result = datetime_utcoffset(flip_dt, NULL); in get_flip_fold_offset() 5484 offset1 = datetime_utcoffset(self, NULL); in datetime_richcompare() 5487 offset2 = datetime_utcoffset(other, NULL); in datetime_richcompare() 5572 offset = datetime_utcoffset(self0, NULL); in datetime_hash() 6151 {"utcoffset", (PyCFunction)datetime_utcoffset, METH_NOARGS,
|
/external/python/cpython2/Modules/ |
D | datetimemodule.c | 4048 datetime_utcoffset(PyDateTime_DateTime *self, PyObject *unused) { in datetime_utcoffset() function 4656 {"utcoffset", (PyCFunction)datetime_utcoffset, METH_NOARGS,
|