Searched defs:PyContext_CheckExact (Results 1 – 5 of 5) sorted by relevance
18 #define PyContext_CheckExact(o) Py_IS_TYPE(o, &PyContext_Type) macro