Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Ddatetime.h182 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, &PyDateTime_TZInfoType) macro
206 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->TZInfoType) macro
/external/python/cpython2/Doc/c-api/
Ddatetime.rst83 .. c:function:: int PyTZInfo_Check(PyObject *ob)
/external/python/cpython2/Modules/
Ddatetimemodule.c767 if (p == Py_None || PyTZInfo_Check(p)) in check_tzinfo_subclass()
828 assert(PyTZInfo_Check(tzinfo)); in call_utc_tzinfo_method()