Home
last modified time | relevance | path

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

/third_party/python/Include/
Ddatetime.h219 #define PyTZInfo_CheckExact(op) Py_IS_TYPE(op, PyDateTimeAPI->TZInfoType) macro
/third_party/python/Doc/c-api/
Ddatetime.rst87 .. c:function:: int PyTZInfo_CheckExact(PyObject *ob)
/third_party/python/Modules/
D_datetimemodule.c35 #define PyTZInfo_CheckExact(op) Py_IS_TYPE(op, &PyDateTime_TZInfoType) macro
D_testcapimodule.c2499 MAKE_DATETIME_CHECK_FUNC(PyTZInfo_Check, PyTZInfo_CheckExact) in datetime_check_tzinfo()