Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_datetimemodule.c105 #define GET_TIME_TZINFO(p) (HASTZINFO(p) ? \ macro
4032 return call_utcoffset(GET_TIME_TZINFO(self), Py_None); in time_utcoffset()
4037 return call_dst(GET_TIME_TZINFO(self), Py_None); in time_dst()
4042 return call_tzname(GET_TIME_TZINFO(self), Py_None); in time_tzname()
4191 if (GET_TIME_TZINFO(self) == GET_TIME_TZINFO(other)) { in time_richcompare()