Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_datetimemodule.c125 #define GET_TIME_TZINFO PyDateTime_TIME_GET_TZINFO macro
4317 return call_utcoffset(GET_TIME_TZINFO(self), Py_None); in time_utcoffset()
4322 return call_dst(GET_TIME_TZINFO(self), Py_None); in time_dst()
4327 return call_tzname(GET_TIME_TZINFO(self), Py_None); in time_tzname()
4476 if (GET_TIME_TZINFO(self) == GET_TIME_TZINFO(other)) { in time_richcompare()

Completed in 15 milliseconds