Home
last modified time | relevance | path

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

/third_party/python/Include/
H A Ddatetime.h218 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->TZInfoType) macro
/third_party/python/Modules/
H A D_datetimemodule.c39 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, &PyDateTime_TZInfoType) macro
1217 if (p == Py_None || PyTZInfo_Check(p)) in check_tzinfo_subclass()
1256 assert(PyTZInfo_Check(tzinfo) || tzinfo == Py_None); in call_tzinfo_method()
H A D_testcapimodule.c2673 MAKE_DATETIME_CHECK_FUNC(PyTZInfo_Check, PyTZInfo_CheckExact) in datetime_check_tzinfo()

Completed in 23 milliseconds