Searched refs:call_utcoffset (Results 1 – 1 of 1) sorted by relevance
1200 call_utcoffset(PyObject *tzinfo, PyObject *tzinfoarg) in call_utcoffset() function1374 offset = call_utcoffset(tzinfo, tzinfoarg); in format_utcoffset()4258 return call_utcoffset(GET_TIME_TZINFO(self), Py_None); in time_utcoffset()5340 return call_utcoffset(GET_DT_TZINFO(self), self); in datetime_utcoffset()6029 offset = call_utcoffset(self_tzinfo, (PyObject *)self); in datetime_astimezone()6247 offset = call_utcoffset(tzinfo, (PyObject *)self); in datetime_utctimetuple()