Home
last modified time | relevance | path

Searched defs:PyTime_CheckExact (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Ddatetime.h213 #define PyTime_CheckExact(op) Py_IS_TYPE((op), PyDateTimeAPI->TimeType) macro
/external/python/cpython3/Modules/
D_datetimemodule.c82 #define PyTime_CheckExact(op) Py_IS_TYPE(op, TIME_TYPE(NO_STATE)) macro