Home
last modified time | relevance | path

Searched refs:call_tzname (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Ddatetimemodule.c938 call_tzname(PyObject *tzinfo, PyObject *tzinfoarg) in call_tzname() function
1271 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()
/external/python/cpython3/Modules/
D_datetimemodule.c1214 call_tzname(PyObject *tzinfo, PyObject *tzinfoarg) in call_tzname() function
1415 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()