Home
last modified time | relevance | path

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

/third_party/python/Include/
Ddatetime.h213 #define PyTime_CheckExact(op) Py_IS_TYPE(op, PyDateTimeAPI->TimeType) macro
/third_party/python/Modules/
D_datetimemodule.c29 #define PyTime_CheckExact(op) Py_IS_TYPE(op, &PyDateTime_TimeType) macro