Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_datetimemodule.c126 #define GET_DT_TZINFO PyDateTime_DATE_GET_TZINFO macro
3745 if (GET_DT_TZINFO(dt) != (PyObject *)self) { in tzinfo_fromutc()
3777 dst = call_dst(GET_DT_TZINFO(dt), result); in tzinfo_fromutc()
5544 return call_utcoffset(GET_DT_TZINFO(self), self); in datetime_utcoffset()
5549 return call_dst(GET_DT_TZINFO(self), self); in datetime_dst()
5554 return call_tzname(GET_DT_TZINFO(self), self); in datetime_tzname()
5625 if (GET_DT_TZINFO(left) == GET_DT_TZINFO(right)) { in datetime_subtract()
5912 if (GET_DT_TZINFO(self) == GET_DT_TZINFO(othe in datetime_richcompare()
[all...]
H A D_zoneinfo.c495 #define GET_DT_TZINFO PyDateTime_DATE_GET_TZINFO macro
505 if (GET_DT_TZINFO(dt) != obj_self) { in zoneinfo_fromutc()

Completed in 13 milliseconds