Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Ddatetime.h212 #define PyTime_Check(op) PyObject_TypeCheck((op), PyDateTimeAPI->TimeType) macro
/external/python/cpython3/Modules/_testcapi/
Ddatetime.c62 MAKE_DATETIME_CHECK_FUNC(PyTime_Check, PyTime_CheckExact); in datetime_check_time()
/external/python/cpython3/Doc/c-api/
Ddatetime.rst97 .. c:function:: int PyTime_Check(PyObject *ob)
/external/python/cpython3/Modules/
D_datetimemodule.c81 #define PyTime_Check(op) PyObject_TypeCheck(op, TIME_TYPE(NO_STATE)) macro
1475 else if (PyTime_Check(self) && HASTZINFO(self)) in get_tzinfo_member()
1810 if (PyTime_Check(object)) in make_freplacement()
4721 if (! PyTime_Check(other)) in time_richcompare()
/external/python/cpython3/Doc/data/
Drefcounts.dat2268 PyTime_Check:int:::
2269 PyTime_Check:PyObject*:ob:0: