Lines Matching defs:GET_DT_TZINFO
126 #define GET_DT_TZINFO PyDateTime_DATE_GET_TZINFO
3745 if (GET_DT_TZINFO(dt) != (PyObject *)self) {
3777 dst = call_dst(GET_DT_TZINFO(dt), result);
5544 return call_utcoffset(GET_DT_TZINFO(self), self);
5549 return call_dst(GET_DT_TZINFO(self), self);
5554 return call_tzname(GET_DT_TZINFO(self), self);
5625 if (GET_DT_TZINFO(left) == GET_DT_TZINFO(right)) {
5912 if (GET_DT_TZINFO(self) == GET_DT_TZINFO(other)) {
6433 GET_DT_TZINFO(self),
6444 tzinfo = GET_DT_TZINFO(self);