Home
last modified time | relevance | path

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

/third_party/python/Include/
Ddatetime.h219 #define PyTZInfo_CheckExact(op) Py_IS_TYPE(op, PyDateTimeAPI->TZInfoType) macro
/third_party/python/Modules/
D_datetimemodule.c35 #define PyTZInfo_CheckExact(op) Py_IS_TYPE(op, &PyDateTime_TZInfoType) macro