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.c121 #define GET_TIME_TZINFO(p) (HASTZINFO(p) ? \ macro
4267 return call_utcoffset(GET_TIME_TZINFO(self), Py_None); in time_utcoffset()
4272 return call_dst(GET_TIME_TZINFO(self), Py_None); in time_dst()
4277 return call_tzname(GET_TIME_TZINFO(self), Py_None); in time_tzname()
4426 if (GET_TIME_TZINFO(self) == GET_TIME_TZINFO(other)) { in time_richcompare()