Searched refs:datetime_utcoffset (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/ |
H A D | _datetimemodule.c | 3730 static PyObject *datetime_utcoffset(PyObject *self, PyObject *); 3751 off = datetime_utcoffset(dt, NULL); in tzinfo_fromutc() 5543 datetime_utcoffset(PyObject *self, PyObject *unused) { in datetime_utcoffset() function 5631 offset1 = datetime_utcoffset(left, NULL); in datetime_subtract() 5634 offset2 = datetime_utcoffset(right, NULL); in datetime_subtract() 5847 result = datetime_utcoffset(flip_dt, NULL); in get_flip_fold_offset() 5918 offset1 = datetime_utcoffset(self, NULL); in datetime_richcompare() 5921 offset2 = datetime_utcoffset(other, NULL); in datetime_richcompare() 6006 offset = datetime_utcoffset(self0, NULL); in datetime_hash() 6586 {"utcoffset", (PyCFunction)datetime_utcoffset, METH_NOARG [all...] |
Completed in 9 milliseconds