Home
last modified time | relevance | path

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

/third_party/python/Include/
Ddatetime.h213 #define PyTime_CheckExact(op) Py_IS_TYPE(op, PyDateTimeAPI->TimeType) macro
/third_party/python/Doc/c-api/
Ddatetime.rst61 .. c:function:: int PyTime_CheckExact(PyObject *ob)
/third_party/python/Doc/data/
Drefcounts.dat2213 PyTime_CheckExact:int:::
2214 PyTime_CheckExact:PyObject*:ob:0:
/third_party/python/Modules/
D_datetimemodule.c29 #define PyTime_CheckExact(op) Py_IS_TYPE(op, &PyDateTime_TimeType) macro
D_testcapimodule.c2484 MAKE_DATETIME_CHECK_FUNC(PyTime_Check, PyTime_CheckExact) in datetime_check_time()