Home
last modified time | relevance | path

Searched refs:call_tzname (Results 1 – 1 of 1) 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()
3231 return call_tzname(HASTZINFO(self) ? self->tzinfo : Py_None, in time_tzname()
4058 return call_tzname(HASTZINFO(self) ? self->tzinfo : Py_None, in datetime_tzname()