Searched refs:call_tzname (Results 1 – 2 of 2) sorted by relevance
938 call_tzname(PyObject *tzinfo, PyObject *tzinfoarg) in call_tzname() function1271 temp = call_tzname(tzinfo, tzinfoarg); in wrap_strftime()3235 return call_tzname(HASTZINFO(self) ? self->tzinfo : Py_None, in time_tzname()4061 return call_tzname(HASTZINFO(self) ? self->tzinfo : Py_None, in datetime_tzname()
1214 call_tzname(PyObject *tzinfo, PyObject *tzinfoarg) in call_tzname() function1415 temp = call_tzname(tzinfo, tzinfoarg); in make_Zreplacement()4042 return call_tzname(GET_TIME_TZINFO(self), Py_None); in time_tzname()5121 return call_tzname(GET_DT_TZINFO(self), self); in datetime_tzname()