Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Ddatetime.h183 #define PyTZInfo_CheckExact(op) (Py_TYPE(op) == &PyDateTime_TZInfoType) macro
207 #define PyTZInfo_CheckExact(op) (Py_TYPE(op) == PyDateTimeAPI->TZInfoType) macro
/external/python/cpython3/Include/
Ddatetime.h199 #define PyTZInfo_CheckExact(op) (Py_TYPE(op) == &PyDateTime_TZInfoType) macro
226 #define PyTZInfo_CheckExact(op) (Py_TYPE(op) == PyDateTimeAPI->TZInfoType) macro
/external/python/cpython2/Doc/c-api/
Ddatetime.rst91 .. c:function:: int PyTZInfo_CheckExact(PyObject *ob)
/external/python/cpython3/Doc/c-api/
Ddatetime.rst82 .. c:function:: int PyTZInfo_CheckExact(PyObject *ob)
/external/python/cpython3/Modules/
D_testcapimodule.c2266 MAKE_DATETIME_CHECK_FUNC(PyTZInfo_Check, PyTZInfo_CheckExact) in datetime_check_tzinfo()