Searched refs:PyTZInfo_CheckExact (Results 1 – 4 of 4) sorted by relevance
219 #define PyTZInfo_CheckExact(op) Py_IS_TYPE(op, PyDateTimeAPI->TZInfoType) macro
87 .. c:function:: int PyTZInfo_CheckExact(PyObject *ob)
35 #define PyTZInfo_CheckExact(op) Py_IS_TYPE(op, &PyDateTime_TZInfoType) macro
2499 MAKE_DATETIME_CHECK_FUNC(PyTZInfo_Check, PyTZInfo_CheckExact) in datetime_check_tzinfo()