Home
last modified time | relevance | path

Searched refs:PyTZInfo_CheckExact (Results 1 – 2 of 2) 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/cpython2/Doc/c-api/
Ddatetime.rst91 .. c:function:: int PyTZInfo_CheckExact(PyObject *ob)