Searched refs:classify_utcoffset (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Modules/ |
D | datetimemodule.c | 991 classify_utcoffset(PyObject *op, PyObject *tzinfoarg, int *offset) in classify_utcoffset() function 1032 *n1 = classify_utcoffset(o1, tzinfoarg1, offset1); in classify_two_utcoffsets() 1035 *n2 = classify_utcoffset(o2, tzinfoarg2, offset2); in classify_two_utcoffsets() 3407 n = classify_utcoffset((PyObject *)self, Py_None, &offset); in time_hash() 4351 n = classify_utcoffset((PyObject *)self, (PyObject *)self, in datetime_hash()
|