Searched defs:PyContextVar_CheckExact (Results 1 – 5 of 5) sorted by relevance
19 #define PyContextVar_CheckExact(o) Py_IS_TYPE(o, &PyContextVar_Type) macro