Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Ddatetime.h206 #define PyDate_Check(op) PyObject_TypeCheck((op), PyDateTimeAPI->DateType) macro
/external/python/cpython3/Modules/_testcapi/
Ddatetime.c56 MAKE_DATETIME_CHECK_FUNC(PyDate_Check, PyDate_CheckExact); in datetime_check_date()
/external/python/cpython3/Doc/c-api/
Ddatetime.rst71 .. c:function:: int PyDate_Check(PyObject *ob)
/external/python/cpython3/Modules/
D_datetimemodule.c75 #define PyDate_Check(op) PyObject_TypeCheck(op, DATE_TYPE(NO_STATE)) macro
3376 if (PyDate_Check(left)) { in date_add()
3403 if (PyDate_Check(left)) { in date_subtract()
3404 if (PyDate_Check(right)) { in date_subtract()
3701 if (PyDate_Check(other) && !PyDateTime_Check(other)) { in date_richcompare()
/external/python/cpython3/Doc/data/
Drefcounts.dat420 PyDate_Check:int:::
421 PyDate_Check:PyObject*:ob:0: