Home
last modified time | relevance | path

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

/third_party/python/Include/
Ddatetime.h207 #define PyDate_CheckExact(op) Py_IS_TYPE(op, PyDateTimeAPI->DateType) macro
/third_party/python/Doc/c-api/
Ddatetime.rst35 .. c:function:: int PyDate_CheckExact(PyObject *ob)
/third_party/python/Doc/data/
Drefcounts.dat408 PyDate_CheckExact:int:::
409 PyDate_CheckExact:PyObject*:ob:0:
/third_party/python/Modules/
D_datetimemodule.c23 #define PyDate_CheckExact(op) Py_IS_TYPE(op, &PyDateTime_DateType) macro
D_testcapimodule.c2479 MAKE_DATETIME_CHECK_FUNC(PyDate_Check, PyDate_CheckExact) in datetime_check_date()