Searched defs:PyContextToken_CheckExact (Results 1 – 5 of 5) sorted by relevance
20 #define PyContextToken_CheckExact(o) Py_IS_TYPE(o, &PyContextToken_Type) macro