Searched defs:PySTEntry_Check (Results 1 – 2 of 2) sorted by relevance
51 #define PySTEntry_Check(op) (Py_TYPE(op) == &PySTEntry_Type) macro
72 #define PySTEntry_Check(op) Py_IS_TYPE(op, &PySTEntry_Type) macro