Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_datetimemodule.c121 #define GET_DT_TZINFO PyDateTime_DATE_GET_TZINFO macro
3664 if (GET_DT_TZINFO(dt) != (PyObject *)self) { in tzinfo_fromutc()
3696 dst = call_dst(GET_DT_TZINFO(dt), result); in tzinfo_fromutc()
5340 return call_utcoffset(GET_DT_TZINFO(self), self); in datetime_utcoffset()
5345 return call_dst(GET_DT_TZINFO(self), self); in datetime_dst()
5350 return call_tzname(GET_DT_TZINFO(self), self); in datetime_tzname()
5421 if (GET_DT_TZINFO(left) == GET_DT_TZINFO(right)) { in datetime_subtract()
5708 if (GET_DT_TZINFO(self) == GET_DT_TZINFO(other)) { in datetime_richcompare()
6229 GET_DT_TZINFO(self), in datetime_gettimetz()
6240 tzinfo = GET_DT_TZINFO(self); in datetime_utctimetuple()
D_zoneinfo.c491 #define GET_DT_TZINFO PyDateTime_DATE_GET_TZINFO macro
501 if (GET_DT_TZINFO(dt) != obj_self) { in zoneinfo_fromutc()