Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_datetimemodule.c107 #define GET_DT_TZINFO(p) (HASTZINFO(p) ? \ macro
3434 if (GET_DT_TZINFO(dt) != (PyObject *)self) { in tzinfo_fromutc()
3466 dst = call_dst(GET_DT_TZINFO(dt), result); in tzinfo_fromutc()
5111 return call_utcoffset(GET_DT_TZINFO(self), self); in datetime_utcoffset()
5116 return call_dst(GET_DT_TZINFO(self), self); in datetime_dst()
5121 return call_tzname(GET_DT_TZINFO(self), self); in datetime_tzname()
5191 if (GET_DT_TZINFO(left) == GET_DT_TZINFO(right)) { in datetime_subtract()
5478 if (GET_DT_TZINFO(self) == GET_DT_TZINFO(other)) { in datetime_richcompare()
5999 GET_DT_TZINFO(self), in datetime_gettimetz()
6010 tzinfo = GET_DT_TZINFO(self); in datetime_utctimetuple()