Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_datetimemodule.c119 #define HASTZINFO _PyDateTime_HAS_TZINFO macro
1138 if (PyDateTime_Check(self) && HASTZINFO(self)) in get_tzinfo_member()
1140 else if (PyTime_Check(self) && HASTZINFO(self)) in get_tzinfo_member()
4002 if (!HASTZINFO(dt) || dt->tzinfo != (PyObject *)self) { in timezone_fromutc()
4118 PyObject *result = HASTZINFO(self) ? self->tzinfo : Py_None; in time_tzinfo()
4245 if (HASTZINFO(self)) { in time_dealloc()
4294 if (result != NULL && HASTZINFO(self)) in time_repr()
4359 if (result == NULL || !HASTZINFO(self) || self->tzinfo == Py_None) in time_isoformat()
4490 HASTZINFO(self) ? self->tzinfo : Py_None, in time_hash()
4512 assert(HASTZINFO(self)); in time_hash()
[all …]